public interface AbstractRule
extends org.eclipse.emf.ecore.EObject
The following features are supported:
XtextPackage.getAbstractRule()| Modifier and Type | Method and Description |
|---|---|
AbstractElement |
getAlternatives()
Returns the value of the 'Alternatives' containment reference
|
String |
getName()
Returns the value of the 'Name' attribute
|
TypeRef |
getType()
Returns the value of the 'Type' containment reference
|
void |
setAlternatives(AbstractElement value)
Sets the value of the '
Alternatives' containment reference |
void |
setName(String value)
Sets the value of the '
Name' attribute |
void |
setType(TypeRef value)
Sets the value of the '
Type' containment reference |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
XtextPackage.getAbstractRule_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()TypeRef getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeRef),
XtextPackage.getAbstractRule_Type()void setType(TypeRef value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()AbstractElement getAlternatives()
If the meaning of the 'Alternatives' containment reference isn't clear, there really should be more of a description here...
setAlternatives(AbstractElement),
XtextPackage.getAbstractRule_Alternatives()void setAlternatives(AbstractElement value)
Alternatives' containment reference.
value - the new value of the 'Alternatives' containment reference.getAlternatives()Copyright © 2015. All Rights Reserved.