Interface ParametersPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ParametersPackageImpl
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 'Catch Parameter
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.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 feature id for the 'Type References' containment reference list.static final int
The number of structural features of the 'Catch Parameter' class.static final ParametersPackage
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 'Ordinary Parameter
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.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 'Ordinary Parameter' class.static final int
The meta object id for the 'Parameter
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.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 'Parameter' class.static final int
The meta object id for the 'Parametrizable
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Parameters' containment reference list.static final int
The number of structural features of the 'Parametrizable' class.static final int
The meta object id for the 'Receiver Parameter
' class.static final int
The feature id for the 'Annotations' 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 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Outer Type Reference' containment reference.static final int
The feature id for the 'This Reference' 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 'Receiver Parameter' class.static final int
The meta object id for the 'Variable Length Parameter
' class.static final int
The feature id for the 'Annotations' 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 '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 Length Parameter' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Catch Parameter
'.Returns the meta object for the containment reference list 'Type References
'.Returns the meta object for class 'Ordinary Parameter
'.Returns the meta object for class 'Parameter
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Parametrizable
'.Returns the meta object for the containment reference list 'Parameters
'.Returns the meta object for class 'Receiver Parameter
'.Returns the meta object for the containment reference 'Outer Type Reference
'.Returns the meta object for the containment reference 'This Reference
'.Returns the meta object for class 'Variable Length Parameter
'.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.
-
PARAMETER
static final int PARAMETERThe meta object id for the 'Parameter
' class.- See Also:
- Generated class or method.
-
PARAMETER__LAYOUT_INFORMATIONS
static final int PARAMETER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETER__NAME
static final int PARAMETER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETER__TYPE_REFERENCE
static final int PARAMETER__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETER__TYPE_ARGUMENTS
static final int PARAMETER__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int PARAMETER__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETER_FEATURE_COUNT
static final int PARAMETER_FEATURE_COUNTThe number of structural features of the 'Parameter' class.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETRIZABLE
static final int PARAMETRIZABLEThe meta object id for the 'Parametrizable
' class.- See Also:
- Generated class or method.
-
PARAMETRIZABLE__LAYOUT_INFORMATIONS
static final int PARAMETRIZABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETRIZABLE__PARAMETERS
static final int PARAMETRIZABLE__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
PARAMETRIZABLE_FEATURE_COUNT
static final int PARAMETRIZABLE_FEATURE_COUNTThe number of structural features of the 'Parametrizable' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER
static final int ORDINARY_PARAMETERThe meta object id for the 'Ordinary Parameter
' class.- See Also:
- Generated class or method.
-
ORDINARY_PARAMETER__LAYOUT_INFORMATIONS
static final int ORDINARY_PARAMETER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__NAME
static final int ORDINARY_PARAMETER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__TYPE_REFERENCE
static final int ORDINARY_PARAMETER__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__TYPE_ARGUMENTS
static final int ORDINARY_PARAMETER__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int ORDINARY_PARAMETER__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER_FEATURE_COUNT
static final int ORDINARY_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Ordinary Parameter' class.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER
static final int VARIABLE_LENGTH_PARAMETERThe meta object id for the 'Variable Length Parameter
' class.- See Also:
- Generated class or method.
-
VARIABLE_LENGTH_PARAMETER__LAYOUT_INFORMATIONS
static final int VARIABLE_LENGTH_PARAMETER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__NAME
static final int VARIABLE_LENGTH_PARAMETER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__TYPE_REFERENCE
static final int VARIABLE_LENGTH_PARAMETER__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__TYPE_ARGUMENTS
static final int VARIABLE_LENGTH_PARAMETER__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int VARIABLE_LENGTH_PARAMETER__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__ANNOTATIONS
static final int VARIABLE_LENGTH_PARAMETER__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER_FEATURE_COUNT
static final int VARIABLE_LENGTH_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Variable Length Parameter' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER
static final int CATCH_PARAMETERThe meta object id for the 'Catch Parameter
' class.- See Also:
- Generated class or method.
-
CATCH_PARAMETER__LAYOUT_INFORMATIONS
static final int CATCH_PARAMETER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__NAME
static final int CATCH_PARAMETER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__TYPE_REFERENCE
static final int CATCH_PARAMETER__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__TYPE_ARGUMENTS
static final int CATCH_PARAMETER__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int CATCH_PARAMETER__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__TYPE_REFERENCES
static final int CATCH_PARAMETER__TYPE_REFERENCESThe feature id for the 'Type References' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER_FEATURE_COUNT
static final int CATCH_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Catch Parameter' class.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER
static final int RECEIVER_PARAMETERThe meta object id for the 'Receiver Parameter
' class.- See Also:
- Generated class or method.
-
RECEIVER_PARAMETER__LAYOUT_INFORMATIONS
static final int RECEIVER_PARAMETER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__NAME
static final int RECEIVER_PARAMETER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__TYPE_REFERENCE
static final int RECEIVER_PARAMETER__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__TYPE_ARGUMENTS
static final int RECEIVER_PARAMETER__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int RECEIVER_PARAMETER__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__ANNOTATIONS
static final int RECEIVER_PARAMETER__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__OUTER_TYPE_REFERENCE
static final int RECEIVER_PARAMETER__OUTER_TYPE_REFERENCEThe feature id for the 'Outer Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__THIS_REFERENCE
static final int RECEIVER_PARAMETER__THIS_REFERENCEThe feature id for the 'This Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER_FEATURE_COUNT
static final int RECEIVER_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Receiver Parameter' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getParameter
EClass getParameter()Returns the meta object for class 'Parameter
'.- Returns:
- the meta object for class 'Parameter'.
- See Also:
- Generated class or method.
-
getParametrizable
EClass getParametrizable()Returns the meta object for class 'Parametrizable
'.- Returns:
- the meta object for class 'Parametrizable'.
- See Also:
- Generated class or method.
-
getParametrizable_Parameters
EReference getParametrizable_Parameters()Returns the meta object for the containment reference list 'Parameters
'.- Returns:
- the meta object for the containment reference list 'Parameters'.
- See Also:
- Generated class or method.
-
getOrdinaryParameter
EClass getOrdinaryParameter()Returns the meta object for class 'Ordinary Parameter
'.- Returns:
- the meta object for class 'Ordinary Parameter'.
- See Also:
- Generated class or method.
-
getVariableLengthParameter
EClass getVariableLengthParameter()Returns the meta object for class 'Variable Length Parameter
'.- Returns:
- the meta object for class 'Variable Length Parameter'.
- See Also:
- Generated class or method.
-
getCatchParameter
EClass getCatchParameter()Returns the meta object for class 'Catch Parameter
'.- Returns:
- the meta object for class 'Catch Parameter'.
- See Also:
- Generated class or method.
-
getCatchParameter_TypeReferences
EReference getCatchParameter_TypeReferences()Returns the meta object for the containment reference list 'Type References
'.- Returns:
- the meta object for the containment reference list 'Type References'.
- See Also:
- Generated class or method.
-
getReceiverParameter
EClass getReceiverParameter()Returns the meta object for class 'Receiver Parameter
'.- Returns:
- the meta object for class 'Receiver Parameter'.
- See Also:
- Generated class or method.
-
getReceiverParameter_OuterTypeReference
EReference getReceiverParameter_OuterTypeReference()Returns the meta object for the containment reference 'Outer Type Reference
'.- Returns:
- the meta object for the containment reference 'Outer Type Reference'.
- See Also:
- Generated class or method.
-
getReceiverParameter_ThisReference
EReference getReceiverParameter_ThisReference()Returns the meta object for the containment reference 'This Reference
'.- Returns:
- the meta object for the containment reference 'This Reference'.
- See Also:
- Generated class or method.
-
getParametersFactory
ParametersFactory getParametersFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-