|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object extended by net.sourceforge.pmd.properties.AbstractPMDProperty extended by net.sourceforge.pmd.properties.CharacterProperty
public class CharacterProperty
Defines a property type that supports Character values.
Field Summary |
---|
Fields inherited from class net.sourceforge.pmd.properties.AbstractPMDProperty |
---|
multiValueDelimiter |
Fields inherited from interface net.sourceforge.pmd.PropertyDescriptor |
---|
emptyPropertySet |
Constructor Summary | |
---|---|
CharacterProperty(java.lang.String theName,
java.lang.String theDescription,
char[] theDefaults,
float theUIOrder,
char delimiter)
Constructor for CharacterProperty. |
|
CharacterProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Character[] theDefaults,
float theUIOrder,
char delimiter)
Constructor for CharacterProperty. |
|
CharacterProperty(java.lang.String theName,
java.lang.String theDescription,
char theDefault,
float theUIOrder)
Constructor for CharacterProperty. |
|
CharacterProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.String theDefaults,
float theUIOrder,
char delimiter)
Constructor for CharacterProperty. |
Method Summary | |
---|---|
java.lang.Class<java.lang.Character> |
type()
Method type. |
java.lang.Object |
valueFrom(java.lang.String valueString)
Method valueFrom. |
Methods inherited from class net.sourceforge.pmd.properties.AbstractPMDProperty |
---|
areEqual, asDelimitedString, asString, choices, compareTo, defaultValue, description, errorFor, isArray, isRequired, maxValueCount, maxValueCount, multiValueDelimiter, multiValueDelimiter, name, preferredRowCount, propertyErrorFor, typeErrorFor, uiOrder, valueErrorFor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharacterProperty(java.lang.String theName, java.lang.String theDescription, char theDefault, float theUIOrder)
theName
- StringtheDescription
- StringtheDefault
- chartheUIOrder
- floatpublic CharacterProperty(java.lang.String theName, java.lang.String theDescription, char[] theDefaults, float theUIOrder, char delimiter)
theName
- StringtheDescription
- StringtheDefaults
- char[]theUIOrder
- floatdelimiter
- charpublic CharacterProperty(java.lang.String theName, java.lang.String theDescription, java.lang.String theDefaults, float theUIOrder, char delimiter)
theName
- StringtheDescription
- StringtheDefaults
- StringtheUIOrder
- floatdelimiter
- charpublic CharacterProperty(java.lang.String theName, java.lang.String theDescription, java.lang.Character[] theDefaults, float theUIOrder, char delimiter)
theName
- StringtheDescription
- StringtheDefaults
- char[]theUIOrder
- floatdelimiter
- charMethod Detail |
---|
public java.lang.Class<java.lang.Character> type()
PropertyDescriptor.type()
public java.lang.Object valueFrom(java.lang.String valueString) throws java.lang.IllegalArgumentException
valueString
- String
java.lang.IllegalArgumentException
PropertyDescriptor.valueFrom(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |