|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.properties.AbstractPMDProperty
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 - float
public CharacterProperty(java.lang.String theName,
java.lang.String theDescription,
char[] theDefaults,
float theUIOrder,
char delimiter)
theName - StringtheDescription - StringtheDefaults - char[]theUIOrder - floatdelimiter - char
public CharacterProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.String theDefaults,
float theUIOrder,
char delimiter)
theName - StringtheDescription - StringtheDefaults - StringtheUIOrder - floatdelimiter - char
public CharacterProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Character[] theDefaults,
float theUIOrder,
char delimiter)
theName - StringtheDescription - StringtheDefaults - char[]theUIOrder - floatdelimiter - char| Method 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.IllegalArgumentExceptionPropertyDescriptor.valueFrom(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||