Interface VariablesPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
VariablesPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Additional Local Variable
' class.static final int
The feature id for the 'Initial Value' containment reference.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Additional Local Variable' class.static final VariablesPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Local Variable
' class.static final int
The feature id for the 'Additional Local Variables' containment reference list.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Initial Value' containment reference.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type Arguments' containment reference list.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Local Variable' class.static final int
The meta object id for the 'Resource
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Resource' class.static final int
The meta object id for the 'Variable
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type Arguments' containment reference list.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Variable' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Additional Local Variable
'.Returns the meta object for class 'Local Variable
'.Returns the meta object for the containment reference list 'Additional Local Variables
'.Returns the meta object for class 'Resource
'.Returns the meta object for class 'Variable
'.Returns the factory that creates the instances of the model.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
VARIABLE
static final int VARIABLEThe meta object id for the 'Variable
' class.- See Also:
- Generated class or method.
-
VARIABLE__LAYOUT_INFORMATIONS
static final int VARIABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE__NAME
static final int VARIABLE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE__TYPE_REFERENCE
static final int VARIABLE__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE__TYPE_ARGUMENTS
static final int VARIABLE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_FEATURE_COUNT
static final int VARIABLE_FEATURE_COUNTThe number of structural features of the 'Variable' class.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE
static final int LOCAL_VARIABLEThe meta object id for the 'Local Variable
' class.- See Also:
- Generated class or method.
-
LOCAL_VARIABLE__LAYOUT_INFORMATIONS
static final int LOCAL_VARIABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__NAME
static final int LOCAL_VARIABLE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__TYPE_REFERENCE
static final int LOCAL_VARIABLE__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__TYPE_ARGUMENTS
static final int LOCAL_VARIABLE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__INITIAL_VALUE
static final int LOCAL_VARIABLE__INITIAL_VALUEThe feature id for the 'Initial Value' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERS
static final int LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES
static final int LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLESThe feature id for the 'Additional Local Variables' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE_FEATURE_COUNT
static final int LOCAL_VARIABLE_FEATURE_COUNTThe number of structural features of the 'Local Variable' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE
static final int ADDITIONAL_LOCAL_VARIABLEThe meta object id for the 'Additional Local Variable
' class.- See Also:
- Generated class or method.
-
ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONS
static final int ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE__NAME
static final int ADDITIONAL_LOCAL_VARIABLE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUE
static final int ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUEThe feature id for the 'Initial Value' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE__TYPE_REFERENCE
static final int ADDITIONAL_LOCAL_VARIABLE__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNT
static final int ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNTThe number of structural features of the 'Additional Local Variable' class.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCE
static final int RESOURCEThe meta object id for the 'Resource
' class.- See Also:
- Generated class or method.
-
RESOURCE__LAYOUT_INFORMATIONS
static final int RESOURCE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCE_FEATURE_COUNT
static final int RESOURCE_FEATURE_COUNTThe number of structural features of the 'Resource' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getVariable
EClass getVariable()Returns the meta object for class 'Variable
'.- Returns:
- the meta object for class 'Variable'.
- See Also:
- Generated class or method.
-
getLocalVariable
EClass getLocalVariable()Returns the meta object for class 'Local Variable
'.- Returns:
- the meta object for class 'Local Variable'.
- See Also:
- Generated class or method.
-
getLocalVariable_AdditionalLocalVariables
EReference getLocalVariable_AdditionalLocalVariables()Returns the meta object for the containment reference list 'Additional Local Variables
'.- Returns:
- the meta object for the containment reference list 'Additional Local Variables'.
- See Also:
- Generated class or method.
-
getAdditionalLocalVariable
EClass getAdditionalLocalVariable()Returns the meta object for class 'Additional Local Variable
'.- Returns:
- the meta object for class 'Additional Local Variable'.
- See Also:
- Generated class or method.
-
getResource
EClass getResource()Returns the meta object for class 'Resource
'.- Returns:
- the meta object for class 'Resource'.
- See Also:
- Generated class or method.
-
getVariablesFactory
VariablesFactory getVariablesFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-