|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metamodel for an UMP operation.
Field Summary | |
static java.lang.String |
INTERFACE
The qualified name of this interface. |
Method Summary | |
AXclass |
getOwner()
Get the owning class of this operation. |
java.lang.String |
getParameterListString()
Get a java like list of the parameters including the parameter types. |
java.lang.String |
getParameterListString(boolean namesOnly)
Get a java like list of the parameters. |
java.util.List |
getParameters()
Get a List of all parameters. |
AXclassifier |
getReturnType()
Get the return type of this operation. |
Field Detail |
public static final java.lang.String INTERFACE
The qualified name of this interface.
Method Detail |
public AXclassifier getReturnType()
Get the return type of this operation. If this operation does not have a return type, this returns a generic void type.
public java.util.List getParameters()
Get a List of all parameters.
AXparameter
public AXclass getOwner()
Get the owning class of this operation.
public java.lang.String getParameterListString()
Get a java like list of the parameters including the parameter types.
public java.lang.String getParameterListString(boolean namesOnly)
Get a java like list of the parameters. Optionally include the types or not.
namesOnly
- if true, no types are included
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |