Interface ErrorSpecification
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,org.eclipse.xtext.xbase.XExpression
- All Known Implementing Classes:
ErrorSpecificationImpl
public interface ErrorSpecification extends org.eclipse.xtext.xbase.XExpressionA representation of the model object 'Error Specification'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xbase.XExpressiongetData()Returns the value of the 'Data' containment reference.org.eclipse.xtext.xbase.XExpressiongetError()Returns the value of the 'Error' containment reference.org.eclipse.xtext.xbase.XExpressiongetFeature()Returns the value of the 'Feature' containment reference.org.eclipse.xtext.xbase.XExpressiongetSource()Returns the value of the 'Source' containment reference.voidsetData(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Data' containment reference.voidsetError(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Error' containment reference.voidsetFeature(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Feature' containment reference.voidsetSource(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Source' 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.getErrorSpecification_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()
-
getSource
org.eclipse.xtext.xbase.XExpression getSource()
Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
setSource(XExpression),XsemanticsPackage.getErrorSpecification_Source()
-
setSource
void setSource(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Source' containment reference.- Parameters:
value- the new value of the 'Source' containment reference.- See Also:
getSource()
-
getFeature
org.eclipse.xtext.xbase.XExpression getFeature()
Returns the value of the 'Feature' containment reference.- Returns:
- the value of the 'Feature' containment reference.
- See Also:
setFeature(XExpression),XsemanticsPackage.getErrorSpecification_Feature()
-
setFeature
void setFeature(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Feature' containment reference.- Parameters:
value- the new value of the 'Feature' containment reference.- See Also:
getFeature()
-
getData
org.eclipse.xtext.xbase.XExpression getData()
Returns the value of the 'Data' containment reference.- Returns:
- the value of the 'Data' containment reference.
- See Also:
setData(XExpression),XsemanticsPackage.getErrorSpecification_Data()
-
-