Interface ParameterPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ParameterPackageImpl
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 'Controller Call Input Variable Usage
' class.static final int
The feature id for the 'Containing Collection' container reference.static final int
The feature id for the 'Corresponding Controller Call' reference.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Variable Usage' containment reference.static final int
The meta object id for the 'Controller Call Input Variable Usage Collection
' class.static final int
The feature id for the 'Controller Call Input Variable Usages' containment reference list.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Controller Call Input Variable Usage Collection' class.static final int
The number of structural features of the 'Controller Call Input Variable Usage' class.static final ParameterPackage
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 'Controller Call Input Variable Usage
'.Returns the meta object for the container reference 'Containing Collection
'.Returns the meta object for the reference 'Corresponding Controller Call
'.Returns the meta object for the containment reference 'Variable Usage
'.Returns the meta object for class 'Controller Call Input Variable Usage Collection
'.Returns the meta object for the containment reference list 'Controller Call Input Variable Usages
'.Returns the factory that creates the instances of the model.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.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGEThe meta object id for the 'Controller Call Input Variable Usage
' class.- See Also:
- Generated class or method.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE__ID
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE__ENTITY_NAME
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE__VARIABLE_USAGE
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE__VARIABLE_USAGEThe feature id for the 'Variable Usage' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE__CORRESPONDING_CONTROLLER_CALL
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE__CORRESPONDING_CONTROLLER_CALLThe feature id for the 'Corresponding Controller Call' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE__CONTAINING_COLLECTION
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE__CONTAINING_COLLECTIONThe feature id for the 'Containing Collection' container reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE_FEATURE_COUNT
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE_FEATURE_COUNTThe number of structural features of the 'Controller Call Input Variable Usage' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTIONThe meta object id for the 'Controller Call Input Variable Usage Collection
' class.- See Also:
- Generated class or method.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION__ID
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION__ENTITY_NAME
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION__CONTROLLER_CALL_INPUT_VARIABLE_USAGES
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION__CONTROLLER_CALL_INPUT_VARIABLE_USAGESThe feature id for the 'Controller Call Input Variable Usages' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION_FEATURE_COUNT
static final int CONTROLLER_CALL_INPUT_VARIABLE_USAGE_COLLECTION_FEATURE_COUNTThe number of structural features of the 'Controller Call Input Variable Usage Collection' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getControllerCallInputVariableUsage
EClass getControllerCallInputVariableUsage()Returns the meta object for class 'Controller Call Input Variable Usage
'.- Returns:
- the meta object for class 'Controller Call Input Variable Usage'.
- See Also:
- Generated class or method.
-
getControllerCallInputVariableUsage_VariableUsage
EReference getControllerCallInputVariableUsage_VariableUsage()Returns the meta object for the containment reference 'Variable Usage
'.- Returns:
- the meta object for the containment reference 'Variable Usage'.
- See Also:
- Generated class or method.
-
getControllerCallInputVariableUsage_CorrespondingControllerCall
EReference getControllerCallInputVariableUsage_CorrespondingControllerCall()Returns the meta object for the reference 'Corresponding Controller Call
'.- Returns:
- the meta object for the reference 'Corresponding Controller Call'.
- See Also:
- Generated class or method.
-
getControllerCallInputVariableUsage_ContainingCollection
EReference getControllerCallInputVariableUsage_ContainingCollection()Returns the meta object for the container reference 'Containing Collection
'.- Returns:
- the meta object for the container reference 'Containing Collection'.
- See Also:
- Generated class or method.
-
getControllerCallInputVariableUsageCollection
EClass getControllerCallInputVariableUsageCollection()Returns the meta object for class 'Controller Call Input Variable Usage Collection
'.- Returns:
- the meta object for class 'Controller Call Input Variable Usage Collection'.
- See Also:
- Generated class or method.
-
getControllerCallInputVariableUsageCollection_ControllerCallInputVariableUsages
EReference getControllerCallInputVariableUsageCollection_ControllerCallInputVariableUsages()Returns the meta object for the containment reference list 'Controller Call Input Variable Usages
'.- Returns:
- the meta object for the containment reference list 'Controller Call Input Variable Usages'.
- See Also:
- Generated class or method.
-
getParameterFactory
ParameterFactory getParameterFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-