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.EObject

A representation of the model object 'Abstract Element'.

The following features are supported:

See Also:
XtextPackage.getAbstractElement()
EMF generated code
EMF model element

Method Summary
 java.lang.String getCardinality()
          Returns the value of the 'Cardinality' attribute
 boolean isPredicated()
          Returns the value of the 'Predicated' attribute
 void setCardinality(java.lang.String value)
          Sets the value of the 'Cardinality' attribute
 void setPredicated(boolean value)
          Sets the value of the 'Predicated' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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()
EMF generated code
EMF model element

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()
EMF generated code

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()
EMF generated code
EMF model element

setPredicated

void setPredicated(boolean value)
Sets the value of the 'Predicated' attribute.

Parameters:
value - the new value of the 'Predicated' attribute.
See Also:
isPredicated()
EMF generated code