Package org.eclipse.xtext
Interface AbstractElement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AbstractNegatedToken,Action,Alternatives,Assignment,CharacterRange,CompoundElement,CrossReference,EnumLiteralDeclaration,EOF,Group,Keyword,NegatedToken,RuleCall,UnorderedGroup,UntilToken,Wildcard
- All Known Implementing Classes:
AbstractElementImpl,AbstractNegatedTokenImpl,ActionImpl,AlternativesImpl,AssignmentImpl,CharacterRangeImpl,CompoundElementImpl,CrossReferenceImpl,EnumLiteralDeclarationImpl,EOFImpl,GroupImpl,KeywordImpl,NegatedTokenImpl,RuleCallImpl,UnorderedGroupImpl,UntilTokenImpl,WildcardImpl
public interface AbstractElement extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Abstract Element'.The following features are supported:
- See Also:
XtextPackage.getAbstractElement()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCardinality()Returns the value of the 'Cardinality' attribute.booleanisFirstSetPredicated()Returns the value of the 'First Set Predicated' attribute.booleanisPredicated()Returns the value of the 'Predicated' attribute.voidsetCardinality(java.lang.String value)Sets the value of the 'Cardinality' attribute.voidsetFirstSetPredicated(boolean value)Sets the value of the 'First Set Predicated' attribute.voidsetPredicated(boolean value)Sets the value of the 'Predicated' attribute.
-
-
-
Method Detail
-
getCardinality
java.lang.String getCardinality()
Returns the value of the 'Cardinality' attribute.If the meaning of the 'Cardinality' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Cardinality' attribute.
- See Also:
setCardinality(String),XtextPackage.getAbstractElement_Cardinality()- Model:
- Generated:
-
setCardinality
void setCardinality(java.lang.String value)
Sets the value of the 'Cardinality' attribute.- Parameters:
value- the new value of the 'Cardinality' attribute.- See Also:
getCardinality()- Generated:
-
isPredicated
boolean isPredicated()
Returns the value of the 'Predicated' attribute.If the meaning of the 'Predicated' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Predicated' attribute.
- See Also:
setPredicated(boolean),XtextPackage.getAbstractElement_Predicated()- Model:
- Generated:
-
setPredicated
void setPredicated(boolean value)
Sets the value of the 'Predicated' attribute.- Parameters:
value- the new value of the 'Predicated' attribute.- See Also:
isPredicated()- Generated:
-
isFirstSetPredicated
boolean isFirstSetPredicated()
Returns the value of the 'First Set Predicated' attribute.If the meaning of the 'First Set Predicated' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'First Set Predicated' attribute.
- Since:
- 2.6
- See Also:
setFirstSetPredicated(boolean),XtextPackage.getAbstractElement_FirstSetPredicated()- Model:
- Generated:
-
setFirstSetPredicated
void setFirstSetPredicated(boolean value)
Sets the value of the 'First Set Predicated' attribute.- Parameters:
value- the new value of the 'First Set Predicated' attribute.- Since:
- 2.6
- See Also:
isFirstSetPredicated()- Generated:
-
-