public interface ErrorModelGrammarRoot
extends org.eclipse.emf.ecore.EObject
Modifier and Type | Method and Description |
---|---|
ErrorModelLibrary |
getEml()
Returns the value of the 'Eml' containment reference.
|
ErrorModelSubclause |
getEmsc()
Returns the value of the 'Emsc' containment reference.
|
void |
setEml(ErrorModelLibrary value)
Sets the value of the '
Eml ' containment reference. |
void |
setEmsc(ErrorModelSubclause value)
Sets the value of the '
Emsc ' containment reference. |
ErrorModelLibrary getEml()
If the meaning of the 'Eml' containment reference isn't clear, there really should be more of a description here...
setEml(ErrorModelLibrary)
,
ErrorModelPackage.getErrorModelGrammarRoot_Eml()
void setEml(ErrorModelLibrary value)
Eml
' containment reference.
value
- the new value of the 'Eml' containment reference.getEml()
ErrorModelSubclause getEmsc()
If the meaning of the 'Emsc' containment reference isn't clear, there really should be more of a description here...
setEmsc(ErrorModelSubclause)
,
ErrorModelPackage.getErrorModelGrammarRoot_Emsc()
void setEmsc(ErrorModelSubclause value)
Emsc
' containment reference.
value
- the new value of the 'Emsc' containment reference.getEmsc()