|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAptControlInterfaceProperty
public final class AptControlInterfaceProperty
A property derived from a getter/setter method of the control interface.
Constructor Summary | |
---|---|
AptControlInterfaceProperty(String name,
String getterName,
String setterName)
Constructs a new AptControlInterfaceProperty instance. |
Method Summary | |
---|---|
String |
getGetterName()
Get the getter method name. |
String |
getName()
Get the property name. |
String |
getSetterName()
Get the setter method name. |
protected void |
setGetterName(String getterName)
Set the getter method name. |
protected void |
setSetterName(String setterName)
Set the setter method name. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptControlInterfaceProperty(String name, String getterName, String setterName)
name
- Property name, may not be null.getterName
- Getter method name, may be null.setterName
- Setter method name, may be null.Method Detail |
---|
protected void setSetterName(String setterName)
setterName
- protected void setGetterName(String getterName)
getterName
- public String getSetterName()
public String getGetterName()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |