public interface VariablesPackage
VariablesFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VariablesPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static VariablesPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
TYPE_TO_VALUE_MAP
The meta object id for the '
Type To Value Map ' class. |
static int |
TYPE_TO_VALUE_MAP__KEY
The feature id for the 'Key' reference.
|
static int |
TYPE_TO_VALUE_MAP__VALUE
The feature id for the 'Value' containment reference.
|
static int |
TYPE_TO_VALUE_MAP_FEATURE_COUNT
The number of structural features of the 'Type To Value Map' class.
|
static int |
TYPE_TO_VALUE_MAP_OPERATION_COUNT
The number of operations of the 'Type To Value Map' class.
|
static int |
VARIABLE
The meta object id for the '
Variable ' class. |
static int |
VARIABLE___GET_PATH
The operation id for the 'Get Path' operation.
|
static int |
VARIABLE__ANONYMOUS_TYPES
The feature id for the 'Anonymous Types' containment reference list.
|
static int |
VARIABLE__ID
The feature id for the 'Id' attribute.
|
static int |
VARIABLE__INITIAL_VALUES
The feature id for the 'Initial Values' map.
|
static int |
VARIABLE__NAME
The feature id for the 'Name' attribute.
|
static int |
VARIABLE__POSITION
The feature id for the 'Position' containment reference.
|
static int |
VARIABLE__STATIC
The feature id for the 'Static' attribute.
|
static int |
VARIABLE__SYNCHED
The feature id for the 'Synched' attribute.
|
static int |
VARIABLE__TAGS
The feature id for the 'Tags' reference list.
|
static int |
VARIABLE__TYPES
The feature id for the 'Types' reference list.
|
static int |
VARIABLE_FEATURE_COUNT
The number of structural features of the 'Variable' class.
|
static int |
VARIABLE_OPERATION_COUNT
The number of operations of the 'Variable' class.
|
Modifier and Type | Method and Description |
---|---|
EReference |
getTypeToValueMap_Key()
Returns the meta object for the reference '
Key '. |
EReference |
getTypeToValueMap_Value()
Returns the meta object for the containment reference '
Value '. |
EClass |
getTypeToValueMap()
Returns the meta object for class '
Type To Value Map '. |
EReference |
getVariable_AnonymousTypes()
Returns the meta object for the containment reference list '
Anonymous Types '. |
EReference |
getVariable_InitialValues()
Returns the meta object for the map '
Initial Values '. |
EReference |
getVariable_Position()
Returns the meta object for the containment reference '
Position '. |
EAttribute |
getVariable_Static()
Returns the meta object for the attribute '
Static '. |
EReference |
getVariable_Types()
Returns the meta object for the reference list '
Types '. |
EClass |
getVariable()
Returns the meta object for class '
Variable '. |
VariablesFactory |
getVariablesFactory()
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final VariablesPackage eINSTANCE
static final int VARIABLE
Variable
' class.
static final int VARIABLE__SYNCHED
static final int VARIABLE__ID
static final int VARIABLE__NAME
static final int VARIABLE__TAGS
static final int VARIABLE__ANONYMOUS_TYPES
static final int VARIABLE__TYPES
static final int VARIABLE__INITIAL_VALUES
static final int VARIABLE__STATIC
static final int VARIABLE__POSITION
static final int VARIABLE_FEATURE_COUNT
static final int VARIABLE___GET_PATH
static final int VARIABLE_OPERATION_COUNT
static final int TYPE_TO_VALUE_MAP
Type To Value Map
' class.
static final int TYPE_TO_VALUE_MAP__KEY
static final int TYPE_TO_VALUE_MAP__VALUE
static final int TYPE_TO_VALUE_MAP_FEATURE_COUNT
static final int TYPE_TO_VALUE_MAP_OPERATION_COUNT
EClass getVariable()
Variable
'.
Variable
EReference getVariable_AnonymousTypes()
Anonymous Types
'.
Variable.getAnonymousTypes()
,
getVariable()
EReference getVariable_Types()
Types
'.
Variable.getTypes()
,
getVariable()
EReference getVariable_InitialValues()
Initial Values
'.
Variable.getInitialValues()
,
getVariable()
EAttribute getVariable_Static()
Static
'.
Variable.isStatic()
,
getVariable()
EReference getVariable_Position()
Position
'.
Variable.getPosition()
,
getVariable()
EClass getTypeToValueMap()
Type To Value Map
'.
Map.Entry
EReference getTypeToValueMap_Key()
Key
'.
Map.Entry
,
getTypeToValueMap()
EReference getTypeToValueMap_Value()
Value
'.
Map.Entry
,
getTypeToValueMap()
VariablesFactory getVariablesFactory()