| java.lang.Object org.apache.beehive.controls.runtime.generator.AptControlInterfaceProperty
AptControlInterfaceProperty | final public class AptControlInterfaceProperty (Code) | | A property derived from a getter/setter method of the control interface.
|
AptControlInterfaceProperty | public AptControlInterfaceProperty(String name, String getterName, String setterName)(Code) | | Constructs a new AptControlInterfaceProperty instance.
Parameters: name - Property name, may not be null. Parameters: getterName - Getter method name, may be null. Parameters: setterName - Setter method name, may be null. |
getGetterName | public String getGetterName()(Code) | | Get the getter method name.
getter method name, may be null. |
getName | public String getName()(Code) | | Get the property name.
Property name. |
getSetterName | public String getSetterName()(Code) | | Get the setter method name.
setter method name, may be null. |
setGetterName | protected void setGetterName(String getterName)(Code) | | Set the getter method name.
Parameters: getterName - |
setSetterName | protected void setSetterName(String setterName)(Code) | | Set the setter method name.
Parameters: setterName - |
|
|