| java.lang.Object net.sourceforge.pmd.properties.AbstractPMDProperty net.sourceforge.pmd.properties.EnumeratedProperty
EnumeratedProperty | public class EnumeratedProperty extends AbstractPMDProperty (Code) | | Defines a datatype with a set of preset values of any type as held within a pair of
maps. While the values are not serialized out, the labels are and serve as keys to
obtain the values.
author: Brian Remedios version: $Revision$ |
EnumeratedProperty | public EnumeratedProperty(String theName, String theDescription, String[] theLabels, E[] theChoices, float theUIOrder)(Code) | | Constructor for EnumeratedProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theLabels - String[] Parameters: theChoices - E[] Parameters: theUIOrder - float |
EnumeratedProperty | public EnumeratedProperty(String theName, String theDescription, String[] theLabels, E[] theChoices, float theUIOrder, int maxValues)(Code) | | Constructor for EnumeratedProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theLabels - String[] Parameters: theChoices - E[] Parameters: theUIOrder - float Parameters: maxValues - int |
Fields inherited from net.sourceforge.pmd.properties.AbstractPMDProperty | protected char multiValueDelimiter(Code)(Java Doc)
|
|
|