org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
Interface ExpCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
AbstractNameExpCS, BinaryOperatorCS, BooleanLiteralExpCS, CollectionLiteralExpCS, ConstructorExpCS, IfExpCS, IndexExpCS, InfixExpCS, InvalidLiteralExpCS, InvocationExpCS, LetExpCS, LetVariableCS, LiteralExpCS, NamedExpCS, NameExpCS, NavigationOperatorCS, NestedExpCS, NullLiteralExpCS, NumberLiteralExpCS, OCLMessageArgCS, OperatorCS, PrefixExpCS, PrimitiveLiteralExpCS, SelfExpCS, StringLiteralExpCS, TupleLiteralExpCS, TypeLiteralExpCS, UnaryOperatorCS, UnlimitedNaturalLiteralExpCS
All Known Implementing Classes:
BinaryOperatorCSImpl, BooleanLiteralExpCSImpl, CollectionLiteralExpCSImpl, ConstructorExpCSImpl, ExpCSImpl, IfExpCSImpl, IndexExpCSImpl, InfixExpCSImpl, InvalidLiteralExpCSImpl, InvocationExpCSImpl, LetExpCSImpl, LetVariableCSImpl, LiteralExpCSImpl, NamedExpCSImpl, NameExpCSImpl, NavigationOperatorCSImpl, NestedExpCSImpl, NullLiteralExpCSImpl, NumberLiteralExpCSImpl, OCLMessageArgCSImpl, OperatorCSImpl, PrefixExpCSImpl, PrimitiveLiteralExpCSImpl, SelfExpCSImpl, StringLiteralExpCSImpl, TupleLiteralExpCSImpl, TypeLiteralExpCSImpl, UnaryOperatorCSImpl, UnlimitedNaturalLiteralExpCSImpl

public interface ExpCS
extends ModelElementCS

A representation of the model object 'Ocl Expression CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getExpCS()
Generated
Model

Method Summary
 OperatorCS getParent()
          Returns the value of the 'Parent' reference.
 boolean isHasError()
          Returns the value of the 'Has Error' attribute.
 void setHasError(boolean value)
          Sets the value of the 'Has Error' attribute.
 void setParent(OperatorCS value)
          Sets the value of the 'Parent' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getParent

OperatorCS getParent()
Returns the value of the 'Parent' reference.

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

Returns:
the value of the 'Parent' reference.
See Also:
setParent(OperatorCS), EssentialOCLCSPackage.getExpCS_Parent()
Generated
Model
resolveProxies="false" transient="true"

setParent

void setParent(OperatorCS value)
Sets the value of the 'Parent' reference.

Parameters:
value - the new value of the 'Parent' reference.
See Also:
getParent()
Generated

isHasError

boolean isHasError()
Returns the value of the 'Has Error' attribute. The default value is "false".

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

Returns:
the value of the 'Has Error' attribute.
See Also:
setHasError(boolean), EssentialOCLCSPackage.getExpCS_HasError()
Generated
Model
default="false" transient="true"

setHasError

void setHasError(boolean value)
Sets the value of the 'Has Error' attribute.

Parameters:
value - the new value of the 'Has Error' attribute.
See Also:
isHasError()
Generated