public interface OperationCallExp extends FeatureCallExp, ReferringElement
The following features are supported:
PivotPackage.getOperationCallExp()| Modifier and Type | Method and Description |
|---|---|
List<OCLExpression> |
getOwnedArguments()
Returns the value of the 'Owned Arguments' containment reference list.
|
Operation |
getReferredOperation()
Returns the value of the 'Referred Operation' reference.
|
boolean |
isIsVirtual()
Returns the value of the 'Is Virtual' attribute.
|
void |
setIsVirtual(boolean value)
Sets the value of the '
Is Virtual' attribute. |
void |
setReferredOperation(Operation value)
Sets the value of the '
Referred Operation' reference. |
boolean |
validateArgumentCount(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateArgumentTypeIsConformant(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateSafeSourceCanBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
isIsPre, setIsPregetOwnedSource, isIsImplicit, isIsSafe, setIsImplicit, setIsSafe, setOwnedSource, validateTypeIsNotInvalidgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetReferredElementboolean isIsVirtual()
"true".
If the meaning of the 'Is Virtual' attribute isn't clear, there really should be more of a description here...
setIsVirtual(boolean),
PivotPackage.getOperationCallExp_IsVirtual()void setIsVirtual(boolean value)
Is Virtual' attribute.
value - the new value of the 'Is Virtual' attribute.isIsVirtual()List<OCLExpression> getOwnedArguments()
OCLExpression.
If the meaning of the 'Argument' containment reference list isn't clear, there really should be more of a description here...
PivotPackage.getOperationCallExp_OwnedArguments()Operation getReferredOperation()
If the meaning of the 'Referred Operation' reference isn't clear, there really should be more of a description here...
setReferredOperation(Operation),
PivotPackage.getOperationCallExp_ReferredOperation()void setReferredOperation(Operation value)
Referred Operation' reference.
value - the new value of the 'Referred Operation' reference.getReferredOperation()boolean validateArgumentTypeIsConformant(DiagnosticChain diagnostics,
Map<Object,Object> context)
boolean validateSafeSourceCanBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.