Interface InstantiationsPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
InstantiationsPackageImpl
public interface InstantiationsPackage extends EPackage
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:
InstantiationsFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InstantiationsPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static InstantiationsPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
EXPLICIT_CONSTRUCTOR_CALL
The meta object id for the 'Explicit Constructor Call
' class.static int
EXPLICIT_CONSTRUCTOR_CALL__ARGUMENTS
The feature id for the 'Arguments' containment reference list.static int
EXPLICIT_CONSTRUCTOR_CALL__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.static int
EXPLICIT_CONSTRUCTOR_CALL__CALL_TARGET
The feature id for the 'Call Target' containment reference.static int
EXPLICIT_CONSTRUCTOR_CALL__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.static int
EXPLICIT_CONSTRUCTOR_CALL__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
EXPLICIT_CONSTRUCTOR_CALL__NEXT
The feature id for the 'Next' containment reference.static int
EXPLICIT_CONSTRUCTOR_CALL__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
EXPLICIT_CONSTRUCTOR_CALL_FEATURE_COUNT
The number of structural features of the 'Explicit Constructor Call' class.static int
INITIALIZABLE
The meta object id for the 'Initializable
' class.static int
INITIALIZABLE__INITIAL_VALUE
The feature id for the 'Initial Value' containment reference.static int
INITIALIZABLE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
INITIALIZABLE_FEATURE_COUNT
The number of structural features of the 'Initializable' class.static int
INSTANTIATION
The meta object id for the 'Instantiation
' class.static int
INSTANTIATION__ARGUMENTS
The feature id for the 'Arguments' containment reference list.static int
INSTANTIATION__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.static int
INSTANTIATION__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.static int
INSTANTIATION__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
INSTANTIATION__NEXT
The feature id for the 'Next' containment reference.static int
INSTANTIATION__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
INSTANTIATION_FEATURE_COUNT
The number of structural features of the 'Instantiation' class.static int
NEW_CONSTRUCTOR_CALL
The meta object id for the 'New Constructor Call
' class.static int
NEW_CONSTRUCTOR_CALL__ANONYMOUS_CLASS
The feature id for the 'Anonymous Class' containment reference.static int
NEW_CONSTRUCTOR_CALL__ARGUMENTS
The feature id for the 'Arguments' containment reference list.static int
NEW_CONSTRUCTOR_CALL__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.static int
NEW_CONSTRUCTOR_CALL__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.static int
NEW_CONSTRUCTOR_CALL__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
NEW_CONSTRUCTOR_CALL__NEXT
The feature id for the 'Next' containment reference.static int
NEW_CONSTRUCTOR_CALL__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
NEW_CONSTRUCTOR_CALL__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.static int
NEW_CONSTRUCTOR_CALL_FEATURE_COUNT
The number of structural features of the 'New Constructor Call' class.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS
The meta object id for the 'New Constructor Call With Inferred Type Arguments
' class.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ANONYMOUS_CLASS
The feature id for the 'Anonymous Class' containment reference.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ARGUMENTS
The feature id for the 'Arguments' containment reference list.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__NEXT
The feature id for the 'Next' containment reference.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.static int
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS_FEATURE_COUNT
The number of structural features of the 'New Constructor Call With Inferred Type Arguments' class.
-
Method Summary
-
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 Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final InstantiationsPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
INITIALIZABLE
static final int INITIALIZABLE
The meta object id for the 'Initializable
' class.- See Also:
InitializableImpl
,InstantiationsPackageImpl.getInitializable()
, Constant Field Values- Generated class or method.
-
INITIALIZABLE__LAYOUT_INFORMATIONS
static final int INITIALIZABLE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INITIALIZABLE__INITIAL_VALUE
static final int INITIALIZABLE__INITIAL_VALUE
The feature id for the 'Initial Value' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INITIALIZABLE_FEATURE_COUNT
static final int INITIALIZABLE_FEATURE_COUNT
The number of structural features of the 'Initializable' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTANTIATION
static final int INSTANTIATION
The meta object id for the 'Instantiation
' class.- See Also:
InstantiationImpl
,InstantiationsPackageImpl.getInstantiation()
, Constant Field Values- Generated class or method.
-
INSTANTIATION__LAYOUT_INFORMATIONS
static final int INSTANTIATION__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTANTIATION__TYPE_ARGUMENTS
static final int INSTANTIATION__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTANTIATION__NEXT
static final int INSTANTIATION__NEXT
The feature id for the 'Next' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTANTIATION__ARRAY_SELECTORS
static final int INSTANTIATION__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTANTIATION__ARGUMENTS
static final int INSTANTIATION__ARGUMENTS
The feature id for the 'Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTANTIATION__CALL_TYPE_ARGUMENTS
static final int INSTANTIATION__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTANTIATION_FEATURE_COUNT
static final int INSTANTIATION_FEATURE_COUNT
The number of structural features of the 'Instantiation' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL
static final int NEW_CONSTRUCTOR_CALL
The meta object id for the 'New Constructor Call
' class.- See Also:
NewConstructorCallImpl
,InstantiationsPackageImpl.getNewConstructorCall()
, Constant Field Values- Generated class or method.
-
NEW_CONSTRUCTOR_CALL__LAYOUT_INFORMATIONS
static final int NEW_CONSTRUCTOR_CALL__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL__TYPE_REFERENCE
static final int NEW_CONSTRUCTOR_CALL__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL__TYPE_ARGUMENTS
static final int NEW_CONSTRUCTOR_CALL__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL__NEXT
static final int NEW_CONSTRUCTOR_CALL__NEXT
The feature id for the 'Next' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL__ARRAY_SELECTORS
static final int NEW_CONSTRUCTOR_CALL__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL__ARGUMENTS
static final int NEW_CONSTRUCTOR_CALL__ARGUMENTS
The feature id for the 'Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL__CALL_TYPE_ARGUMENTS
static final int NEW_CONSTRUCTOR_CALL__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL__ANONYMOUS_CLASS
static final int NEW_CONSTRUCTOR_CALL__ANONYMOUS_CLASS
The feature id for the 'Anonymous Class' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_FEATURE_COUNT
static final int NEW_CONSTRUCTOR_CALL_FEATURE_COUNT
The number of structural features of the 'New Constructor Call' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS
The meta object id for the 'New Constructor Call With Inferred Type Arguments
' class.- See Also:
NewConstructorCallWithInferredTypeArgumentsImpl
,InstantiationsPackageImpl.getNewConstructorCallWithInferredTypeArguments()
, Constant Field Values- Generated class or method.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__LAYOUT_INFORMATIONS
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__TYPE_REFERENCE
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__TYPE_ARGUMENTS
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__NEXT
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__NEXT
The feature id for the 'Next' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ARRAY_SELECTORS
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ARGUMENTS
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ARGUMENTS
The feature id for the 'Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__CALL_TYPE_ARGUMENTS
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ANONYMOUS_CLASS
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS__ANONYMOUS_CLASS
The feature id for the 'Anonymous Class' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS_FEATURE_COUNT
static final int NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS_FEATURE_COUNT
The number of structural features of the 'New Constructor Call With Inferred Type Arguments' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL
static final int EXPLICIT_CONSTRUCTOR_CALL
The meta object id for the 'Explicit Constructor Call
' class.- See Also:
ExplicitConstructorCallImpl
,InstantiationsPackageImpl.getExplicitConstructorCall()
, Constant Field Values- Generated class or method.
-
EXPLICIT_CONSTRUCTOR_CALL__LAYOUT_INFORMATIONS
static final int EXPLICIT_CONSTRUCTOR_CALL__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL__TYPE_ARGUMENTS
static final int EXPLICIT_CONSTRUCTOR_CALL__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL__NEXT
static final int EXPLICIT_CONSTRUCTOR_CALL__NEXT
The feature id for the 'Next' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL__ARRAY_SELECTORS
static final int EXPLICIT_CONSTRUCTOR_CALL__ARRAY_SELECTORS
The feature id for the 'Array Selectors' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL__ARGUMENTS
static final int EXPLICIT_CONSTRUCTOR_CALL__ARGUMENTS
The feature id for the 'Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL__CALL_TYPE_ARGUMENTS
static final int EXPLICIT_CONSTRUCTOR_CALL__CALL_TYPE_ARGUMENTS
The feature id for the 'Call Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL__CALL_TARGET
static final int EXPLICIT_CONSTRUCTOR_CALL__CALL_TARGET
The feature id for the 'Call Target' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPLICIT_CONSTRUCTOR_CALL_FEATURE_COUNT
static final int EXPLICIT_CONSTRUCTOR_CALL_FEATURE_COUNT
The number of structural features of the 'Explicit Constructor Call' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getInitializable
EClass getInitializable()
Returns the meta object for class 'Initializable
'.- Returns:
- the meta object for class 'Initializable'.
- See Also:
Initializable
- Generated class or method.
-
getInitializable_InitialValue
EReference getInitializable_InitialValue()
Returns the meta object for the containment reference 'Initial Value
'.- Returns:
- the meta object for the containment reference 'Initial Value'.
- See Also:
Initializable.getInitialValue()
,getInitializable()
- Generated class or method.
-
getInstantiation
EClass getInstantiation()
Returns the meta object for class 'Instantiation
'.- Returns:
- the meta object for class 'Instantiation'.
- See Also:
Instantiation
- Generated class or method.
-
getNewConstructorCall
EClass getNewConstructorCall()
Returns the meta object for class 'New Constructor Call
'.- Returns:
- the meta object for class 'New Constructor Call'.
- See Also:
NewConstructorCall
- Generated class or method.
-
getNewConstructorCall_AnonymousClass
EReference getNewConstructorCall_AnonymousClass()
Returns the meta object for the containment reference 'Anonymous Class
'.- Returns:
- the meta object for the containment reference 'Anonymous Class'.
- See Also:
NewConstructorCall.getAnonymousClass()
,getNewConstructorCall()
- Generated class or method.
-
getNewConstructorCallWithInferredTypeArguments
EClass getNewConstructorCallWithInferredTypeArguments()
Returns the meta object for class 'New Constructor Call With Inferred Type Arguments
'.- Returns:
- the meta object for class 'New Constructor Call With Inferred Type Arguments'.
- See Also:
NewConstructorCallWithInferredTypeArguments
- Generated class or method.
-
getExplicitConstructorCall
EClass getExplicitConstructorCall()
Returns the meta object for class 'Explicit Constructor Call
'.- Returns:
- the meta object for class 'Explicit Constructor Call'.
- See Also:
ExplicitConstructorCall
- Generated class or method.
-
getExplicitConstructorCall_CallTarget
EReference getExplicitConstructorCall_CallTarget()
Returns the meta object for the containment reference 'Call Target
'.- Returns:
- the meta object for the containment reference 'Call Target'.
- See Also:
ExplicitConstructorCall.getCallTarget()
,getExplicitConstructorCall()
- Generated class or method.
-
getInstantiationsFactory
InstantiationsFactory getInstantiationsFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-