public interface LibOperationCS extends OperationCS, JavaImplementationCS
The following features are supported:
OCLstdlibCSPackage.getLibOperationCS()| Modifier and Type | Method and Description |
|---|---|
Precedence |
getPrecedence()
Returns the value of the 'Precedence' reference.
|
boolean |
isIsInvalidating()
Returns the value of the 'Is Invalidating' attribute.
|
boolean |
isIsStatic()
Returns the value of the 'Is Static' attribute.
|
boolean |
isIsValidating()
Returns the value of the 'Is Validating' attribute.
|
void |
setIsInvalidating(boolean value)
Sets the value of the '
Is Invalidating' attribute. |
void |
setIsStatic(boolean value)
Sets the value of the '
Is Static' attribute. |
void |
setIsValidating(boolean value)
Sets the value of the '
Is Validating' attribute. |
void |
setPrecedence(Precedence value)
Sets the value of the '
Precedence' reference. |
getOwnedBodyExpressions, getOwnedExceptions, getOwnedParameters, getOwnedPostconditions, getOwnedPreconditions, getOwningClass, setOwningClassgetOwnedType, getQualifiers, isIsOptional, setIsOptional, setOwnedTypegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotaccept, getCsi, getDescription, getParent, setCsieClassresetPivotgetOwnedSignature, setOwnedSignaturegetImplementation, setImplementationPrecedence getPrecedence()
If the meaning of the 'Precedence' reference isn't clear, there really should be more of a description here...
setPrecedence(Precedence),
OCLstdlibCSPackage.getLibOperationCS_Precedence()void setPrecedence(Precedence value)
Precedence' reference.
value - the new value of the 'Precedence' reference.getPrecedence()boolean isIsInvalidating()
"false".
If the meaning of the 'Is Invalidating' attribute isn't clear, there really should be more of a description here...
setIsInvalidating(boolean),
OCLstdlibCSPackage.getLibOperationCS_IsInvalidating()void setIsInvalidating(boolean value)
Is Invalidating' attribute.
value - the new value of the 'Is Invalidating' attribute.isIsInvalidating()boolean isIsStatic()
"false".
If the meaning of the 'Is Static' attribute isn't clear, there really should be more of a description here...
setIsStatic(boolean),
OCLstdlibCSPackage.getLibOperationCS_IsStatic()void setIsStatic(boolean value)
Is Static' attribute.
value - the new value of the 'Is Static' attribute.isIsStatic()boolean isIsValidating()
"false".
If the meaning of the 'Is Validating' attribute isn't clear, there really should be more of a description here...
setIsValidating(boolean),
OCLstdlibCSPackage.getLibOperationCS_IsValidating()void setIsValidating(boolean value)
Is Validating' attribute.
value - the new value of the 'Is Validating' attribute.isIsValidating()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.