net.sourceforge.pmd.properties
public class MethodProperty extends AbstractPMDProperty
| Constructor Summary | |
|---|---|
| MethodProperty(String theName, String theDescription, Object theDefault, float theUIOrder)
Constructor for MethodProperty. | |
| Method Summary | |
|---|---|
| Class<Method> | type()
Method type. |
| Object | valueFrom(String propertyString)
Method valueFrom. |
Parameters: theName String theDescription String theDefault Object theUIOrder float
Returns: Class
See Also: type
Parameters: propertyString String
Returns: Object
Throws: IllegalArgumentException
See Also: valueFrom