Interface Description
-
- All Superinterfaces:
Cachable,org.eclipse.emf.ecore.EObject,Named,org.eclipse.emf.common.notify.Notifier,Overrider,UniqueByName
- All Known Subinterfaces:
AuxiliaryDescription,JudgmentDescription
- All Known Implementing Classes:
AuxiliaryDescriptionImpl,DescriptionImpl,JudgmentDescriptionImpl
public interface Description extends Overrider, Cachable
A representation of the model object 'Description'.The following features are supported:
- See Also:
XsemanticsPackage.getDescription()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xbase.XExpressiongetError()Returns the value of the 'Error' containment reference.voidsetError(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Error' containment reference.-
Methods inherited from interface org.eclipse.xsemantics.dsl.xsemantics.Cachable
getCachedClause, setCachedClause
-
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
-
Methods inherited from interface org.eclipse.xsemantics.dsl.xsemantics.Overrider
isOverride, setOverride
-
-
-
-
Method Detail
-
getError
org.eclipse.xtext.xbase.XExpression getError()
Returns the value of the 'Error' containment reference.- Returns:
- the value of the 'Error' containment reference.
- See Also:
setError(XExpression),XsemanticsPackage.getDescription_Error()
-
setError
void setError(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Error' containment reference.- Parameters:
value- the new value of the 'Error' containment reference.- See Also:
getError()
-
-