|
|||||||||||
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.MethodProperty
Field Summary |
Fields inherited from class net.sourceforge.pmd.properties.AbstractPMDProperty |
multiValueDelimiter |
Fields inherited from interface net.sourceforge.pmd.PropertyDescriptor |
emptyPropertySet |
Constructor Summary | |
MethodProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Object theDefault,
float theUIOrder)
Constructor for MethodProperty. |
Method Summary | |
java.lang.Class |
type()
Method type. |
java.lang.Object |
valueFrom(java.lang.String propertyString)
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 MethodProperty(java.lang.String theName, java.lang.String theDescription, java.lang.Object theDefault, float theUIOrder)
theName
- StringtheDescription
- StringtheDefault
- ObjecttheUIOrder
- floatMethod Detail |
public java.lang.Class type()
PropertyDescriptor.type()
public java.lang.Object valueFrom(java.lang.String propertyString) throws java.lang.IllegalArgumentException
propertyString
- String
java.lang.IllegalArgumentException
PropertyDescriptor.valueFrom(String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |