| java.lang.Object net.sourceforge.pmd.properties.AbstractPMDProperty net.sourceforge.pmd.properties.StringProperty
All known Subclasses: net.sourceforge.pmd.properties.TypeProperty,
StringProperty | public class StringProperty extends AbstractPMDProperty (Code) | | Defines a datatype that supports String values.
When capturing multiple values, all strings must be filtered by the delimiter character.
author: Brian Remedios version: $Revision$ |
Constructor Summary | |
public | StringProperty(String theName, String theDescription, String theDefaultValue, float theUIOrder) Constructor for StringProperty. | public | StringProperty(String theName, String theDescription, String[] theValues, float theUIOrder, char aMultiValueDelimiter) Constructor for StringProperty. | protected | StringProperty(String theName, String theDescription, Object theDefaultValue, float theUIOrder, char aMultiValueDelimiter) Constructor for StringProperty. |
defaultDelimiter | final public static char defaultDelimiter(Code) | | |
StringProperty | public StringProperty(String theName, String theDescription, String theDefaultValue, float theUIOrder)(Code) | | Constructor for StringProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theDefaultValue - String Parameters: theUIOrder - float |
StringProperty | public StringProperty(String theName, String theDescription, String[] theValues, float theUIOrder, char aMultiValueDelimiter)(Code) | | Constructor for StringProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theValues - String[] Parameters: theUIOrder - float Parameters: aMultiValueDelimiter - String |
StringProperty | protected StringProperty(String theName, String theDescription, Object theDefaultValue, float theUIOrder, char aMultiValueDelimiter)(Code) | | Constructor for StringProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theDefaultValue - Object Parameters: theUIOrder - float Parameters: aMultiValueDelimiter - String |
preferredRowCount | public int preferredRowCount()(Code) | | |
valueErrorFor | protected String valueErrorFor(Object value)(Code) | | Parameters: value - Object String |
Fields inherited from net.sourceforge.pmd.properties.AbstractPMDProperty | protected char multiValueDelimiter(Code)(Java Doc)
|
|
|