|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies a "facade" for an underlying operation.
Method Summary | |
java.util.Collection |
getArgumentTypes()
Retrieves the argument type(s) for the specified operation. |
ClassifierFacade |
getOwner()
Returns the 'owner' of this operation (the ClassiferFacade type). |
java.util.Collection |
getParameters()
Retrieves a Collection of all ParameterFacades that his OperationFacade contains. |
ClassifierFacade |
getReturnType()
Gets the return type of the underlying operation as a ClassifierFacade. |
java.util.Collection |
getReturnTypes()
Retrieves the return type(s) for the specified operation |
java.lang.String |
getVisibilityModifier()
Gets the visibility modifier (i.e, public, private, etc.) |
boolean |
isQuery()
Returns true if the operation is an operation and if it is a query. |
Methods inherited from interface org.ocltf.model.ElementFacade |
findConstraint, findTagValue, getConstraints, getFullyQualifiedName, getGeneralizations, getId, getName, getPackageName, getStereotypeNames, getTaggedValues, getType |
Method Detail |
public java.util.Collection getReturnTypes()
public java.util.Collection getParameters()
public java.lang.String getVisibilityModifier()
public ClassifierFacade getReturnType()
public java.util.Collection getArgumentTypes()
public boolean isQuery()
public ClassifierFacade getOwner()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |