|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IOperation
Interface for Operation.
Method Summary | |
abstract IParameter[] |
getParameters()
Get Parameters. |
abstract IClass |
getReturnType()
Get Return Type. |
abstract String |
getReturnTypeExpression()
Get Return Type Expression. |
abstract boolean |
isAbstract()
Check if it is abstract. |
abstract boolean |
isLeaf()
Check if it is able to overwrite (final in Java language). |
abstract boolean |
isStatic()
Check if it is static. |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
getComments, getId, getOwner, getStereotypes, getTaggedValues |
Method Detail |
public abstract IParameter[] getParameters()
public abstract IClass getReturnType()
public abstract String getReturnTypeExpression()
public abstract boolean isLeaf()
public abstract boolean isAbstract()
public abstract boolean isStatic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |