|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenMethod
ControlOperation
public abstract class ControlOperation
The ControlOperation class is an abstract base class that represents an operation on the interface of a ControlBeanType.
Constructor Summary | |
---|---|
protected |
ControlOperation(ControlInterface controlIntf)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
ControlInterface |
getControlInterface()
Returns the ControlInterface associated with this ControlOperation |
String |
getMethodField()
Returns the name of the static field that holds the name of this method. |
protected void |
init()
Initializes the ControlOperation instance. |
void |
setIndex(int index)
Sets the unique index value for this method |
Methods inherited from class GenMethod |
---|
getArgDecl, getArgList, getArgList, getArgTypes, getDefaultReturnValue, getName, getReturnType, getThrowsClause, getThrowsList |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ControlOperation(ControlInterface controlIntf)
Method Detail |
---|
protected void init()
public String getMethodField()
public void setIndex(int index)
public ControlInterface getControlInterface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |