public class MethodProperty extends AbstractPMDProperty
multiValueDelimiter
emptyPropertySet
Constructor and Description |
---|
MethodProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Object theDefault,
float theUIOrder)
Constructor for MethodProperty.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<java.lang.reflect.Method> |
type()
Method type.
|
java.lang.Object |
valueFrom(java.lang.String propertyString)
Method valueFrom.
|
areEqual, asDelimitedString, asString, choices, compareTo, defaultValue, description, errorFor, isArray, isRequired, maxValueCount, maxValueCount, multiValueDelimiter, multiValueDelimiter, name, preferredRowCount, propertyErrorFor, typeErrorFor, uiOrder, valueErrorFor
public MethodProperty(java.lang.String theName, java.lang.String theDescription, java.lang.Object theDefault, float theUIOrder)
theName
- StringtheDescription
- StringtheDefault
- ObjecttheUIOrder
- floatpublic java.lang.Class<java.lang.reflect.Method> type()
PropertyDescriptor.type()
public java.lang.Object valueFrom(java.lang.String propertyString) throws java.lang.IllegalArgumentException
propertyString
- Stringjava.lang.IllegalArgumentException
PropertyDescriptor.valueFrom(String)