org.eclipse.gmt.umlx.ucore
Interface UExpression

All Superinterfaces:
org.eclipse.emf.ocl.internal.utilities.ASTNode, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ocl.expressions.OCLExpression, org.eclipse.emf.ocl.internal.utilities.Visitable
All Known Implementing Classes:
UExpressionImpl

public interface UExpression
extends org.eclipse.emf.ocl.expressions.OCLExpression

A representation of the model object 'UExpression'.

The following features are supported:

See Also:
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

getException

org.eclipse.emf.ocl.helper.OCLParsingException getException()
Returns the value of the 'Exception' attribute.

If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exception' attribute.
See Also:
setException(OCLParsingException), UcorePackage.getUExpression_Exception()

setException

void setException(org.eclipse.emf.ocl.helper.OCLParsingException value)
Sets the value of the 'Exception' attribute.

Parameters:
value - the new value of the 'Exception' attribute.
See Also:
getException()

getExpression

org.eclipse.emf.ocl.expressions.OCLExpression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'OCL Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(OCLExpression), UcorePackage.getUExpression_Expression()

setExpression

void setExpression(org.eclipse.emf.ocl.expressions.OCLExpression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), UcorePackage.getUExpression_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getOCLExpression

org.eclipse.emf.ocl.expressions.OCLExpression getOCLExpression(UOCLContainer uContainer)


getOCLString

java.lang.String getOCLString()


setOCLExpressionAndOCLString

void setOCLExpressionAndOCLString(org.eclipse.emf.ocl.expressions.OCLExpression newExpression,
                                  java.lang.String newString)