net.sourceforge.pmd.properties
public class CharacterProperty extends AbstractPMDProperty
Version: $Revision$
| Constructor Summary | |
|---|---|
| CharacterProperty(String theName, String theDescription, char theDefault, float theUIOrder)
Constructor for CharacterProperty. | |
| CharacterProperty(String theName, String theDescription, char[] theDefaults, float theUIOrder, char delimiter)
Constructor for CharacterProperty. | |
| CharacterProperty(String theName, String theDescription, String theDefaults, float theUIOrder, char delimiter)
Constructor for CharacterProperty. | |
| CharacterProperty(String theName, String theDescription, Character[] theDefaults, float theUIOrder, char delimiter)
Constructor for CharacterProperty. | |
| Method Summary | |
|---|---|
| Class<Character> | type()
Method type. |
| Object | valueFrom(String valueString)
Method valueFrom. |
Parameters: theName String theDescription String theDefault char theUIOrder float
Parameters: theName String theDescription String theDefaults char[] theUIOrder float delimiter char
Parameters: theName String theDescription String theDefaults String theUIOrder float delimiter char
Parameters: theName String theDescription String theDefaults char[] theUIOrder float delimiter char
Returns: Class
See Also: type
Parameters: valueString String
Returns: Object
Throws: IllegalArgumentException
See Also: valueFrom