org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr
Interface Options

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OptionsImpl

public interface Options
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Options'.

The following features are supported:

See Also:
SimpleAntlrPackage.getOptions()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<OptionValue> getOptionValues()
          Returns the value of the 'Option Values' containment reference list.
 
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

getOptionValues

org.eclipse.emf.common.util.EList<OptionValue> getOptionValues()
Returns the value of the 'Option Values' containment reference list. The list contents are of type OptionValue.

If the meaning of the 'Option Values' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Option Values' containment reference list.
See Also:
SimpleAntlrPackage.getOptions_OptionValues()
EMF generated code
EMF model element
containment="true"