|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAptMethod
AptOperation
public class AptOperation
The AptOperation class represents a control operation where the operation attributes are derived using APT metadata.
| Constructor Summary | |
|---|---|
AptOperation(AptControlInterface controlIntf,
MethodDeclaration methodDecl,
TwoPhaseAnnotationProcessor ap)
Constructs a new ControlOperation instance where interface information is derived from APT metadata |
|
| Method Summary | |
|---|---|
AptControlInterface |
getControlInterface()
Returns the AptControlInterface associated with this ControlOperation |
String |
getMethodField()
Returns the name of the static field that holds the name of this method. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AptOperation(AptControlInterface controlIntf,
MethodDeclaration methodDecl,
TwoPhaseAnnotationProcessor ap)
controlIntf - the declaring ControlInterfacemethodDecl - the method associated with the operation| Method Detail |
|---|
public String getMethodField()
public AptControlInterface getControlInterface()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||