public interface OclQuery extends Query
The following features are supported:
OclQueryPackage.getOclQuery()
Modifier and Type | Method and Description |
---|---|
EClassifier |
getContext()
Returns the value of the 'Context' reference.
|
java.lang.String |
getOclExpression()
Returns the value of the 'Ocl Expression' attribute.
|
void |
setContext(EClassifier value)
Sets the value of the '
Context ' reference. |
void |
setOclExpression(java.lang.String value)
Sets the value of the '
Ocl Expression ' attribute. |
java.lang.String |
toString() |
isCanBeCached, isCanHaveSideEffects, setCanBeCached, setCanHaveSideEffects
EClassifier getContext()
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
setContext(EClassifier)
,
OclQueryPackage.getOclQuery_Context()
void setContext(EClassifier value)
Context
' reference.
value
- the new value of the 'Context' reference.getContext()
java.lang.String getOclExpression()
If the meaning of the 'Ocl Expression' attribute isn't clear, there really should be more of a description here...
setOclExpression(String)
,
OclQueryPackage.getOclQuery_OclExpression()
void setOclExpression(java.lang.String value)
Ocl Expression
' attribute.
value
- the new value of the 'Ocl Expression' attribute.getOclExpression()
java.lang.String toString()
toString
in class java.lang.Object