Interface ArraysPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ArraysPackageImpl
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 'Array Dimension
' class.static final int
The feature id for the 'Annotations' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Array Dimension' class.static final int
The meta object id for the 'Array Initialization Value
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Array Initialization Value' class.static final int
The meta object id for the 'Array Initializer
' class.static final int
The feature id for the 'Initial Values' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Array Initializer' class.static final int
The meta object id for the 'Array Instantiation
' class.static final int
The feature id for the 'Array Selectors' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Next' containment reference.static final int
The feature id for the 'Type Arguments' containment reference list.static final int
The meta object id for the 'Array Instantiation By Size
' class.static final int
The feature id for the 'Array Dimensions After' containment reference list.static final int
The feature id for the 'Array Dimensions Before' containment reference list.static final int
The feature id for the 'Array Selectors' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Next' containment reference.static final int
The feature id for the 'Sizes' containment reference list.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 'Array Instantiation By Size' class.static final int
The meta object id for the 'Array Instantiation By Values
' class.static final int
The feature id for the 'Array Initializer' containment reference.static final int
The feature id for the 'Array Selectors' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Next' containment reference.static final int
The feature id for the 'Type Arguments' containment reference list.static final int
The number of structural features of the 'Array Instantiation By Values' class.static final int
The meta object id for the 'Array Instantiation By Values Typed
' class.static final int
The feature id for the 'Array Dimensions After' containment reference list.static final int
The feature id for the 'Array Dimensions Before' containment reference list.static final int
The feature id for the 'Array Initializer' containment reference.static final int
The feature id for the 'Array Selectors' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Next' containment reference.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 'Array Instantiation By Values Typed' class.static final int
The meta object id for the 'Array Instantiation By Values Untyped
' class.static final int
The feature id for the 'Array Initializer' containment reference.static final int
The feature id for the 'Array Selectors' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Next' containment reference.static final int
The feature id for the 'Type Arguments' containment reference list.static final int
The number of structural features of the 'Array Instantiation By Values Untyped' class.static final int
The number of structural features of the 'Array Instantiation' class.static final int
The meta object id for the 'Array Selector
' class.static final int
The feature id for the 'Annotations' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Position' containment reference.static final int
The number of structural features of the 'Array Selector' class.static final int
The meta object id for the 'Array Typeable
' class.static final int
The feature id for the 'Array Dimensions After' containment reference list.static final int
The feature id for the 'Array Dimensions Before' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Array Typeable' class.static final ArraysPackage
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. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Array Dimension
'.Returns the meta object for class 'Array Initialization Value
'.Returns the meta object for class 'Array Initializer
'.Returns the meta object for the containment reference list 'Initial Values
'.Returns the meta object for class 'Array Instantiation
'.Returns the meta object for class 'Array Instantiation By Size
'.Returns the meta object for the containment reference list 'Sizes
'.Returns the meta object for class 'Array Instantiation By Values
'.Returns the meta object for the containment reference 'Array Initializer
'.Returns the meta object for class 'Array Instantiation By Values Typed
'.Returns the meta object for class 'Array Instantiation By Values Untyped
'.Returns the meta object for class 'Array Selector
'.Returns the meta object for the containment reference 'Position
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Array Typeable
'.Returns the meta object for the containment reference list 'Array Dimensions After
'.Returns the meta object for the containment reference list 'Array Dimensions Before
'.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.
-
ARRAY_TYPEABLE
static final int ARRAY_TYPEABLEThe meta object id for the 'Array Typeable
' class.- See Also:
- Generated class or method.
-
ARRAY_TYPEABLE__LAYOUT_INFORMATIONS
static final int ARRAY_TYPEABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_TYPEABLE__ARRAY_DIMENSIONS_BEFORE
static final int ARRAY_TYPEABLE__ARRAY_DIMENSIONS_BEFOREThe feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_TYPEABLE__ARRAY_DIMENSIONS_AFTER
static final int ARRAY_TYPEABLE__ARRAY_DIMENSIONS_AFTERThe feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_TYPEABLE_FEATURE_COUNT
static final int ARRAY_TYPEABLE_FEATURE_COUNTThe number of structural features of the 'Array Typeable' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_DIMENSION
static final int ARRAY_DIMENSIONThe meta object id for the 'Array Dimension
' class.- See Also:
- Generated class or method.
-
ARRAY_DIMENSION__LAYOUT_INFORMATIONS
static final int ARRAY_DIMENSION__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_DIMENSION__ANNOTATIONS
static final int ARRAY_DIMENSION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_DIMENSION_FEATURE_COUNT
static final int ARRAY_DIMENSION_FEATURE_COUNTThe number of structural features of the 'Array Dimension' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INITIALIZATION_VALUE
static final int ARRAY_INITIALIZATION_VALUEThe meta object id for the 'Array Initialization Value
' class.- See Also:
- Generated class or method.
-
ARRAY_INITIALIZATION_VALUE__LAYOUT_INFORMATIONS
static final int ARRAY_INITIALIZATION_VALUE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INITIALIZATION_VALUE_FEATURE_COUNT
static final int ARRAY_INITIALIZATION_VALUE_FEATURE_COUNTThe number of structural features of the 'Array Initialization Value' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INITIALIZER
static final int ARRAY_INITIALIZERThe meta object id for the 'Array Initializer
' class.- See Also:
- Generated class or method.
-
ARRAY_INITIALIZER__LAYOUT_INFORMATIONS
static final int ARRAY_INITIALIZER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INITIALIZER__INITIAL_VALUES
static final int ARRAY_INITIALIZER__INITIAL_VALUESThe feature id for the 'Initial Values' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INITIALIZER_FEATURE_COUNT
static final int ARRAY_INITIALIZER_FEATURE_COUNTThe number of structural features of the 'Array Initializer' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION
static final int ARRAY_INSTANTIATIONThe meta object id for the 'Array Instantiation
' class.- See Also:
- Generated class or method.
-
ARRAY_INSTANTIATION__LAYOUT_INFORMATIONS
static final int ARRAY_INSTANTIATION__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION__TYPE_ARGUMENTS
static final int ARRAY_INSTANTIATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION__NEXT
static final int ARRAY_INSTANTIATION__NEXTThe feature id for the 'Next' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION__ARRAY_SELECTORS
static final int ARRAY_INSTANTIATION__ARRAY_SELECTORSThe feature id for the 'Array Selectors' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_FEATURE_COUNT
static final int ARRAY_INSTANTIATION_FEATURE_COUNTThe number of structural features of the 'Array Instantiation' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE
static final int ARRAY_INSTANTIATION_BY_SIZEThe meta object id for the 'Array Instantiation By Size
' class.- See Also:
- Generated class or method.
-
ARRAY_INSTANTIATION_BY_SIZE__LAYOUT_INFORMATIONS
static final int ARRAY_INSTANTIATION_BY_SIZE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE__TYPE_ARGUMENTS
static final int ARRAY_INSTANTIATION_BY_SIZE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE__NEXT
static final int ARRAY_INSTANTIATION_BY_SIZE__NEXTThe feature id for the 'Next' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE__ARRAY_SELECTORS
static final int ARRAY_INSTANTIATION_BY_SIZE__ARRAY_SELECTORSThe feature id for the 'Array Selectors' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE__TYPE_REFERENCE
static final int ARRAY_INSTANTIATION_BY_SIZE__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE__ARRAY_DIMENSIONS_BEFORE
static final int ARRAY_INSTANTIATION_BY_SIZE__ARRAY_DIMENSIONS_BEFOREThe feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE__ARRAY_DIMENSIONS_AFTER
static final int ARRAY_INSTANTIATION_BY_SIZE__ARRAY_DIMENSIONS_AFTERThe feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE__SIZES
static final int ARRAY_INSTANTIATION_BY_SIZE__SIZESThe feature id for the 'Sizes' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_SIZE_FEATURE_COUNT
static final int ARRAY_INSTANTIATION_BY_SIZE_FEATURE_COUNTThe number of structural features of the 'Array Instantiation By Size' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES
static final int ARRAY_INSTANTIATION_BY_VALUESThe meta object id for the 'Array Instantiation By Values
' class.- See Also:
- Generated class or method.
-
ARRAY_INSTANTIATION_BY_VALUES__LAYOUT_INFORMATIONS
static final int ARRAY_INSTANTIATION_BY_VALUES__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES__TYPE_ARGUMENTS
static final int ARRAY_INSTANTIATION_BY_VALUES__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES__NEXT
static final int ARRAY_INSTANTIATION_BY_VALUES__NEXTThe feature id for the 'Next' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES__ARRAY_SELECTORS
static final int ARRAY_INSTANTIATION_BY_VALUES__ARRAY_SELECTORSThe feature id for the 'Array Selectors' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES__ARRAY_INITIALIZER
static final int ARRAY_INSTANTIATION_BY_VALUES__ARRAY_INITIALIZERThe feature id for the 'Array Initializer' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_FEATURE_COUNT
static final int ARRAY_INSTANTIATION_BY_VALUES_FEATURE_COUNTThe number of structural features of the 'Array Instantiation By Values' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED
static final int ARRAY_INSTANTIATION_BY_VALUES_UNTYPEDThe meta object id for the 'Array Instantiation By Values Untyped
' class.- See Also:
- Generated class or method.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__LAYOUT_INFORMATIONS
static final int ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__TYPE_ARGUMENTS
static final int ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__NEXT
static final int ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__NEXTThe feature id for the 'Next' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__ARRAY_SELECTORS
static final int ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__ARRAY_SELECTORSThe feature id for the 'Array Selectors' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__ARRAY_INITIALIZER
static final int ARRAY_INSTANTIATION_BY_VALUES_UNTYPED__ARRAY_INITIALIZERThe feature id for the 'Array Initializer' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED_FEATURE_COUNT
static final int ARRAY_INSTANTIATION_BY_VALUES_UNTYPED_FEATURE_COUNTThe number of structural features of the 'Array Instantiation By Values Untyped' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPEDThe meta object id for the 'Array Instantiation By Values Typed
' class.- See Also:
- Generated class or method.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__LAYOUT_INFORMATIONS
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__TYPE_ARGUMENTS
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__NEXT
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__NEXTThe feature id for the 'Next' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_SELECTORS
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_SELECTORSThe feature id for the 'Array Selectors' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_INITIALIZER
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_INITIALIZERThe feature id for the 'Array Initializer' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__TYPE_REFERENCE
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_DIMENSIONS_BEFORE
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_DIMENSIONS_BEFOREThe feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_DIMENSIONS_AFTER
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED__ARRAY_DIMENSIONS_AFTERThe feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED_FEATURE_COUNT
static final int ARRAY_INSTANTIATION_BY_VALUES_TYPED_FEATURE_COUNTThe number of structural features of the 'Array Instantiation By Values Typed' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_SELECTOR
static final int ARRAY_SELECTORThe meta object id for the 'Array Selector
' class.- See Also:
- Generated class or method.
-
ARRAY_SELECTOR__LAYOUT_INFORMATIONS
static final int ARRAY_SELECTOR__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_SELECTOR__ANNOTATIONS
static final int ARRAY_SELECTOR__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_SELECTOR__POSITION
static final int ARRAY_SELECTOR__POSITIONThe feature id for the 'Position' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ARRAY_SELECTOR_FEATURE_COUNT
static final int ARRAY_SELECTOR_FEATURE_COUNTThe number of structural features of the 'Array Selector' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getArrayTypeable
EClass getArrayTypeable()Returns the meta object for class 'Array Typeable
'.- Returns:
- the meta object for class 'Array Typeable'.
- See Also:
- Generated class or method.
-
getArrayTypeable_ArrayDimensionsBefore
EReference getArrayTypeable_ArrayDimensionsBefore()Returns the meta object for the containment reference list 'Array Dimensions Before
'.- Returns:
- the meta object for the containment reference list 'Array Dimensions Before'.
- See Also:
- Generated class or method.
-
getArrayTypeable_ArrayDimensionsAfter
EReference getArrayTypeable_ArrayDimensionsAfter()Returns the meta object for the containment reference list 'Array Dimensions After
'.- Returns:
- the meta object for the containment reference list 'Array Dimensions After'.
- See Also:
- Generated class or method.
-
getArrayDimension
EClass getArrayDimension()Returns the meta object for class 'Array Dimension
'.- Returns:
- the meta object for class 'Array Dimension'.
- See Also:
- Generated class or method.
-
getArrayInitializer
EClass getArrayInitializer()Returns the meta object for class 'Array Initializer
'.- Returns:
- the meta object for class 'Array Initializer'.
- See Also:
- Generated class or method.
-
getArrayInitializer_InitialValues
EReference getArrayInitializer_InitialValues()Returns the meta object for the containment reference list 'Initial Values
'.- Returns:
- the meta object for the containment reference list 'Initial Values'.
- See Also:
- Generated class or method.
-
getArrayInitializationValue
EClass getArrayInitializationValue()Returns the meta object for class 'Array Initialization Value
'.- Returns:
- the meta object for class 'Array Initialization Value'.
- See Also:
- Generated class or method.
-
getArrayInstantiation
EClass getArrayInstantiation()Returns the meta object for class 'Array Instantiation
'.- Returns:
- the meta object for class 'Array Instantiation'.
- See Also:
- Generated class or method.
-
getArrayInstantiationBySize
EClass getArrayInstantiationBySize()Returns the meta object for class 'Array Instantiation By Size
'.- Returns:
- the meta object for class 'Array Instantiation By Size'.
- See Also:
- Generated class or method.
-
getArrayInstantiationBySize_Sizes
EReference getArrayInstantiationBySize_Sizes()Returns the meta object for the containment reference list 'Sizes
'.- Returns:
- the meta object for the containment reference list 'Sizes'.
- See Also:
- Generated class or method.
-
getArrayInstantiationByValues
EClass getArrayInstantiationByValues()Returns the meta object for class 'Array Instantiation By Values
'.- Returns:
- the meta object for class 'Array Instantiation By Values'.
- See Also:
- Generated class or method.
-
getArrayInstantiationByValues_ArrayInitializer
EReference getArrayInstantiationByValues_ArrayInitializer()Returns the meta object for the containment reference 'Array Initializer
'.- Returns:
- the meta object for the containment reference 'Array Initializer'.
- See Also:
- Generated class or method.
-
getArrayInstantiationByValuesUntyped
EClass getArrayInstantiationByValuesUntyped()Returns the meta object for class 'Array Instantiation By Values Untyped
'.- Returns:
- the meta object for class 'Array Instantiation By Values Untyped'.
- See Also:
- Generated class or method.
-
getArrayInstantiationByValuesTyped
EClass getArrayInstantiationByValuesTyped()Returns the meta object for class 'Array Instantiation By Values Typed
'.- Returns:
- the meta object for class 'Array Instantiation By Values Typed'.
- See Also:
- Generated class or method.
-
getArraySelector
EClass getArraySelector()Returns the meta object for class 'Array Selector
'.- Returns:
- the meta object for class 'Array Selector'.
- See Also:
- Generated class or method.
-
getArraySelector_Position
EReference getArraySelector_Position()Returns the meta object for the containment reference 'Position
'.- Returns:
- the meta object for the containment reference 'Position'.
- See Also:
- Generated class or method.
-
getArraysFactory
ArraysFactory getArraysFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-