public interface CGOperation extends CGCallable
The following features are supported:
CGModelPackage.getCGOperation()| Modifier and Type | Method and Description |
|---|---|
CGClass |
getContainingClass()
Returns the value of the 'Containing Class' container reference.
|
List<CGConstraint> |
getPostconditions()
Returns the value of the 'Postconditions' containment reference list.
|
List<CGConstraint> |
getPreconditions()
Returns the value of the 'Preconditions' containment reference list.
|
void |
setContainingClass(CGClass value)
Sets the value of the '
Containing Class' container reference. |
getBody, getParameters, setBodygetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isBoxed, isCaught, isCommonable, isConstant, isEcore, isEquivalentTo, isEquivalentToInternal, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUnboxed, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameList<CGConstraint> getPreconditions()
CGConstraint.
The precondition constraints of this operation.
CGModelPackage.getCGOperation_Preconditions()List<CGConstraint> getPostconditions()
CGConstraint.
The postcondition constraints of this operation.
CGModelPackage.getCGOperation_Postconditions()CGClass getContainingClass()
Operations'.
If the meaning of the 'Containing Class' container reference isn't clear, there really should be more of a description here...
setContainingClass(CGClass),
CGModelPackage.getCGOperation_ContainingClass(),
CGClass.getOperations()void setContainingClass(CGClass value)
Containing Class' container reference.
value - the new value of the 'Containing Class' container reference.getContainingClass()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.