Interface Fail
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,org.eclipse.xtext.xbase.XExpression
- All Known Implementing Classes:
FailImpl
public interface Fail extends org.eclipse.xtext.xbase.XExpressionA representation of the model object 'Fail'.The following features are supported:
- See Also:
XsemanticsPackage.getFail()
-
-
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.
-
-
-
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.getFail_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()
-
-