|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UExpression
A representation of the model object 'UExpression'.
The following features are supported:
UcorePackage.getUExpression()
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.ocl.expressions.OCLExpression |
---|
copyright |
Method Summary | |
---|---|
org.eclipse.emf.ocl.helper.OCLParsingException |
getException()
Returns the value of the 'Exception' attribute. |
org.eclipse.emf.ocl.expressions.OCLExpression |
getExpression()
Returns the value of the 'Expression' containment reference. |
org.eclipse.emf.ocl.expressions.OCLExpression |
getOCLExpression(UOCLContainer uContainer)
|
java.lang.String |
getOCLString()
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setException(org.eclipse.emf.ocl.helper.OCLParsingException value)
Sets the value of the ' Exception ' attribute. |
void |
setExpression(org.eclipse.emf.ocl.expressions.OCLExpression value)
Sets the value of the ' Expression ' containment reference. |
void |
setOCLExpressionAndOCLString(org.eclipse.emf.ocl.expressions.OCLExpression newExpression,
java.lang.String newString)
|
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' attribute. |
Methods inherited from interface org.eclipse.emf.ocl.expressions.OCLExpression |
---|
accept, getAppliedProperty, getInitializedVariable, getParentOperation, getType, setAppliedProperty, setInitializedVariable, setParentOperation, setType |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ocl.internal.utilities.ASTNode |
---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
Method Detail |
---|
org.eclipse.emf.ocl.helper.OCLParsingException getException()
If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...
setException(OCLParsingException)
,
UcorePackage.getUExpression_Exception()
void setException(org.eclipse.emf.ocl.helper.OCLParsingException value)
Exception
' attribute.
value
- the new value of the 'Exception' attribute.getException()
org.eclipse.emf.ocl.expressions.OCLExpression getExpression()
If the meaning of the 'OCL Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(OCLExpression)
,
UcorePackage.getUExpression_Expression()
void setExpression(org.eclipse.emf.ocl.expressions.OCLExpression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
UcorePackage.getUExpression_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
org.eclipse.emf.ocl.expressions.OCLExpression getOCLExpression(UOCLContainer uContainer)
java.lang.String getOCLString()
void setOCLExpressionAndOCLString(org.eclipse.emf.ocl.expressions.OCLExpression newExpression, java.lang.String newString)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |