Interface ParametersPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ParametersPackageImpl
public interface ParametersPackage 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:
ParametersFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ParametersPackage.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 int
CATCH_PARAMETER
The meta object id for the 'Catch Parameter
' class.static int
CATCH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
CATCH_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.static int
CATCH_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.static int
CATCH_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
CATCH_PARAMETER__NAME
The feature id for the 'Name' attribute.static int
CATCH_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
CATCH_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.static int
CATCH_PARAMETER__TYPE_REFERENCES
The feature id for the 'Type References' containment reference list.static int
CATCH_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Catch Parameter' class.static ParametersPackage
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
ORDINARY_PARAMETER
The meta object id for the 'Ordinary Parameter
' class.static int
ORDINARY_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
ORDINARY_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.static int
ORDINARY_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.static int
ORDINARY_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
ORDINARY_PARAMETER__NAME
The feature id for the 'Name' attribute.static int
ORDINARY_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
ORDINARY_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.static int
ORDINARY_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Ordinary Parameter' class.static int
PARAMETER
The meta object id for the 'Parameter
' class.static int
PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.static int
PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.static int
PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
PARAMETER__NAME
The feature id for the 'Name' attribute.static int
PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.static int
PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class.static int
PARAMETRIZABLE
The meta object id for the 'Parametrizable
' class.static int
PARAMETRIZABLE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
PARAMETRIZABLE__PARAMETERS
The feature id for the 'Parameters' containment reference list.static int
PARAMETRIZABLE_FEATURE_COUNT
The number of structural features of the 'Parametrizable' class.static int
RECEIVER_PARAMETER
The meta object id for the 'Receiver Parameter
' class.static int
RECEIVER_PARAMETER__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.static int
RECEIVER_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
RECEIVER_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.static int
RECEIVER_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.static int
RECEIVER_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
RECEIVER_PARAMETER__NAME
The feature id for the 'Name' attribute.static int
RECEIVER_PARAMETER__OUTER_TYPE_REFERENCE
The feature id for the 'Outer Type Reference' containment reference.static int
RECEIVER_PARAMETER__THIS_REFERENCE
The feature id for the 'This Reference' containment reference.static int
RECEIVER_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
RECEIVER_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.static int
RECEIVER_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Receiver Parameter' class.static int
VARIABLE_LENGTH_PARAMETER
The meta object id for the 'Variable Length Parameter
' class.static int
VARIABLE_LENGTH_PARAMETER__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.static int
VARIABLE_LENGTH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
VARIABLE_LENGTH_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.static int
VARIABLE_LENGTH_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.static int
VARIABLE_LENGTH_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
VARIABLE_LENGTH_PARAMETER__NAME
The feature id for the 'Name' attribute.static int
VARIABLE_LENGTH_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.static int
VARIABLE_LENGTH_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.static int
VARIABLE_LENGTH_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Variable Length Parameter' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getCatchParameter()
Returns the meta object for class 'Catch Parameter
'.EReference
getCatchParameter_TypeReferences()
Returns the meta object for the containment reference list 'Type References
'.EClass
getOrdinaryParameter()
Returns the meta object for class 'Ordinary Parameter
'.EClass
getParameter()
Returns the meta object for class 'Parameter
'.ParametersFactory
getParametersFactory()
Returns the factory that creates the instances of the model.EClass
getParametrizable()
Returns the meta object for class 'Parametrizable
'.EReference
getParametrizable_Parameters()
Returns the meta object for the containment reference list 'Parameters
'.EClass
getReceiverParameter()
Returns the meta object for class 'Receiver Parameter
'.EReference
getReceiverParameter_OuterTypeReference()
Returns the meta object for the containment reference 'Outer Type Reference
'.EReference
getReceiverParameter_ThisReference()
Returns the meta object for the containment reference 'This Reference
'.EClass
getVariableLengthParameter()
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 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 ParametersPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
PARAMETER
static final int PARAMETER
The meta object id for the 'Parameter
' class.- See Also:
ParameterImpl
,ParametersPackageImpl.getParameter()
, Constant Field Values- Generated class or method.
-
PARAMETER__LAYOUT_INFORMATIONS
static final int PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETER__NAME
static final int PARAMETER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETER__TYPE_REFERENCE
static final int PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETER__ARRAY_DIMENSIONS_BEFORE
static final int PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETER__ARRAY_DIMENSIONS_AFTER
static final int PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETER__TYPE_ARGUMENTS
static final int PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETER_FEATURE_COUNT
static final int PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETRIZABLE
static final int PARAMETRIZABLE
The meta object id for the 'Parametrizable
' class.- See Also:
ParametrizableImpl
,ParametersPackageImpl.getParametrizable()
, Constant Field Values- Generated class or method.
-
PARAMETRIZABLE__LAYOUT_INFORMATIONS
static final int PARAMETRIZABLE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETRIZABLE__PARAMETERS
static final int PARAMETRIZABLE__PARAMETERS
The feature id for the 'Parameters' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PARAMETRIZABLE_FEATURE_COUNT
static final int PARAMETRIZABLE_FEATURE_COUNT
The number of structural features of the 'Parametrizable' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER
static final int ORDINARY_PARAMETER
The meta object id for the 'Ordinary Parameter
' class.- See Also:
OrdinaryParameterImpl
,ParametersPackageImpl.getOrdinaryParameter()
, Constant Field Values- Generated class or method.
-
ORDINARY_PARAMETER__LAYOUT_INFORMATIONS
static final int ORDINARY_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__NAME
static final int ORDINARY_PARAMETER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__TYPE_REFERENCE
static final int ORDINARY_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__ARRAY_DIMENSIONS_BEFORE
static final int ORDINARY_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__ARRAY_DIMENSIONS_AFTER
static final int ORDINARY_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__TYPE_ARGUMENTS
static final int ORDINARY_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int ORDINARY_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORDINARY_PARAMETER_FEATURE_COUNT
static final int ORDINARY_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Ordinary Parameter' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER
static final int VARIABLE_LENGTH_PARAMETER
The meta object id for the 'Variable Length Parameter
' class.- See Also:
VariableLengthParameterImpl
,ParametersPackageImpl.getVariableLengthParameter()
, Constant Field Values- Generated class or method.
-
VARIABLE_LENGTH_PARAMETER__LAYOUT_INFORMATIONS
static final int VARIABLE_LENGTH_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__NAME
static final int VARIABLE_LENGTH_PARAMETER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__TYPE_REFERENCE
static final int VARIABLE_LENGTH_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__ARRAY_DIMENSIONS_BEFORE
static final int VARIABLE_LENGTH_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__ARRAY_DIMENSIONS_AFTER
static final int VARIABLE_LENGTH_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__TYPE_ARGUMENTS
static final int VARIABLE_LENGTH_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int VARIABLE_LENGTH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER__ANNOTATIONS
static final int VARIABLE_LENGTH_PARAMETER__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_LENGTH_PARAMETER_FEATURE_COUNT
static final int VARIABLE_LENGTH_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Variable Length Parameter' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER
static final int CATCH_PARAMETER
The meta object id for the 'Catch Parameter
' class.- See Also:
CatchParameterImpl
,ParametersPackageImpl.getCatchParameter()
, Constant Field Values- Generated class or method.
-
CATCH_PARAMETER__LAYOUT_INFORMATIONS
static final int CATCH_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__NAME
static final int CATCH_PARAMETER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__TYPE_REFERENCE
static final int CATCH_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__ARRAY_DIMENSIONS_BEFORE
static final int CATCH_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__ARRAY_DIMENSIONS_AFTER
static final int CATCH_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__TYPE_ARGUMENTS
static final int CATCH_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int CATCH_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER__TYPE_REFERENCES
static final int CATCH_PARAMETER__TYPE_REFERENCES
The feature id for the 'Type References' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CATCH_PARAMETER_FEATURE_COUNT
static final int CATCH_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Catch Parameter' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER
static final int RECEIVER_PARAMETER
The meta object id for the 'Receiver Parameter
' class.- See Also:
ReceiverParameterImpl
,ParametersPackageImpl.getReceiverParameter()
, Constant Field Values- Generated class or method.
-
RECEIVER_PARAMETER__LAYOUT_INFORMATIONS
static final int RECEIVER_PARAMETER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__NAME
static final int RECEIVER_PARAMETER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__TYPE_REFERENCE
static final int RECEIVER_PARAMETER__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__ARRAY_DIMENSIONS_BEFORE
static final int RECEIVER_PARAMETER__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__ARRAY_DIMENSIONS_AFTER
static final int RECEIVER_PARAMETER__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__TYPE_ARGUMENTS
static final int RECEIVER_PARAMETER__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__ANNOTATIONS_AND_MODIFIERS
static final int RECEIVER_PARAMETER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__ANNOTATIONS
static final int RECEIVER_PARAMETER__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__OUTER_TYPE_REFERENCE
static final int RECEIVER_PARAMETER__OUTER_TYPE_REFERENCE
The feature id for the 'Outer Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER__THIS_REFERENCE
static final int RECEIVER_PARAMETER__THIS_REFERENCE
The feature id for the 'This Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECEIVER_PARAMETER_FEATURE_COUNT
static final int RECEIVER_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Receiver Parameter' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getParameter
EClass getParameter()
Returns the meta object for class 'Parameter
'.- Returns:
- the meta object for class 'Parameter'.
- See Also:
Parameter
- Generated class or method.
-
getParametrizable
EClass getParametrizable()
Returns the meta object for class 'Parametrizable
'.- Returns:
- the meta object for class 'Parametrizable'.
- See Also:
Parametrizable
- 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:
Parametrizable.getParameters()
,getParametrizable()
- 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:
OrdinaryParameter
- 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:
VariableLengthParameter
- 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:
CatchParameter
- 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:
CatchParameter.getTypeReferences()
,getCatchParameter()
- 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:
ReceiverParameter
- 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:
ReceiverParameter.getOuterTypeReference()
,getReceiverParameter()
- 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:
ReceiverParameter.getThisReference()
,getReceiverParameter()
- 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.
-
-