Interface PCMPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
PCMPackageImpl
public interface PCMPackage 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:
PCMFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PCMPackage.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 PCMPackage
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
PCM_BUSINESS_OPERATION_REFERENCE
The meta object id for the 'Business Operation Reference
' class.static int
PCM_BUSINESS_OPERATION_REFERENCE__CALL_INSTANCE
The feature id for the 'Call Instance' container reference.static int
PCM_BUSINESS_OPERATION_REFERENCE__ID
The feature id for the 'Id' attribute.static int
PCM_BUSINESS_OPERATION_REFERENCE__ROLE
The feature id for the 'Role' reference.static int
PCM_BUSINESS_OPERATION_REFERENCE__SIGNATURE
The feature id for the 'Signature' reference.static int
PCM_BUSINESS_OPERATION_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Business Operation Reference' class.static int
PCM_COMPONENT_PARAMETER_REFERENCE
The meta object id for the 'Component Parameter Reference
' class.static int
PCM_COMPONENT_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.static int
PCM_COMPONENT_PARAMETER_REFERENCE__IMPLEMENTATION_COMPONENT_TYPE
The feature id for the 'Implementation Component Type' reference.static int
PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.static int
PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.static int
PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.static int
PCM_COMPONENT_PARAMETER_REFERENCE__VARIABLE_USAGE
The feature id for the 'Variable Usage' reference.static int
PCM_COMPONENT_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Component Parameter Reference' class.static int
PCM_COMPONENT_REFERENCE
The meta object id for the 'Component Reference
' class.static int
PCM_COMPONENT_REFERENCE__BASIC_COMPONENT
The feature id for the 'Basic Component' reference.static int
PCM_COMPONENT_REFERENCE__COMPONENT_INSTANCE
The feature id for the 'Component Instance' container reference.static int
PCM_COMPONENT_REFERENCE__ID
The feature id for the 'Id' attribute.static int
PCM_COMPONENT_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Component Reference' class.static int
PCM_INFRASTRUCTURE_OPERATION_REFERENCE
The meta object id for the 'Infrastructure Operation Reference
' class.static int
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__CALL_INSTANCE
The feature id for the 'Call Instance' container reference.static int
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__ID
The feature id for the 'Id' attribute.static int
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__ROLE
The feature id for the 'Role' reference.static int
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__SIGNATURE
The feature id for the 'Signature' reference.static int
PCM_INFRASTRUCTURE_OPERATION_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Infrastructure Operation Reference' class.static int
PCM_OPERATION_PARAMETER_REFERENCE
The meta object id for the 'Operation Parameter Reference
' class.static int
PCM_OPERATION_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.static int
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER
The feature id for the 'Parameter' reference.static int
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.static int
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.static int
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.static int
PCM_OPERATION_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Operation Parameter Reference' class.static int
PCM_PARAMETER_REFERENCE
The meta object id for the 'Parameter Reference
' class.static int
PCM_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.static int
PCM_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.static int
PCM_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.static int
PCM_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.static int
PCM_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Parameter Reference' class.static int
PCM_PARAMETER_VALUE
The meta object id for the 'Parameter Value
' class.static int
PCM_PARAMETER_VALUE__ID
The feature id for the 'Id' attribute.static int
PCM_PARAMETER_VALUE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.static int
PCM_PARAMETER_VALUE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.static int
PCM_PARAMETER_VALUE__VARIABLE_CHARACTERISATIONS
The feature id for the 'Variable Characterisations' containment reference list.static int
PCM_PARAMETER_VALUE_FEATURE_COUNT
The number of structural features of the 'Parameter Value' class.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE
The meta object id for the 'Required Business Operation Return Parameter Reference
' class.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__REQUIRED_ROLE
The feature id for the 'Required Role' reference.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__SIGNATURE
The feature id for the 'Signature' reference.static int
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the ' Required Business Operation Return Parameter Reference' 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 PCMPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
PCM_PARAMETER_REFERENCE
static final int PCM_PARAMETER_REFERENCE
The meta object id for the 'Parameter Reference
' class.- See Also:
PCMParameterReferenceImpl
,PCMPackageImpl.getPCMParameterReference()
, Constant Field Values- Generated class or method.
-
PCM_PARAMETER_REFERENCE__ID
static final int PCM_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_REFERENCE__PARAMETER_PARTITION
static final int PCM_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_REFERENCE__PARAMETER_INSTANCE
static final int PCM_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
static final int PCM_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_REFERENCE_FEATURE_COUNT
static final int PCM_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Parameter Reference' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_VALUE
static final int PCM_PARAMETER_VALUE
The meta object id for the 'Parameter Value
' class.- See Also:
PCMParameterValueImpl
,PCMPackageImpl.getPCMParameterValue()
, Constant Field Values- Generated class or method.
-
PCM_PARAMETER_VALUE__ID
static final int PCM_PARAMETER_VALUE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_VALUE__PARAMETER_INSTANCE
static final int PCM_PARAMETER_VALUE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_VALUE__PARAMETER_VALUE_DEVIATION
static final int PCM_PARAMETER_VALUE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_VALUE__VARIABLE_CHARACTERISATIONS
static final int PCM_PARAMETER_VALUE__VARIABLE_CHARACTERISATIONS
The feature id for the 'Variable Characterisations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_PARAMETER_VALUE_FEATURE_COUNT
static final int PCM_PARAMETER_VALUE_FEATURE_COUNT
The number of structural features of the 'Parameter Value' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_INFRASTRUCTURE_OPERATION_REFERENCE
static final int PCM_INFRASTRUCTURE_OPERATION_REFERENCE
The meta object id for the 'Infrastructure Operation Reference
' class.- See Also:
PCMPackageImpl.getPCMInfrastructureOperationReference()
, Constant Field Values- Generated class or method.
-
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__ID
static final int PCM_INFRASTRUCTURE_OPERATION_REFERENCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__CALL_INSTANCE
static final int PCM_INFRASTRUCTURE_OPERATION_REFERENCE__CALL_INSTANCE
The feature id for the 'Call Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__ROLE
static final int PCM_INFRASTRUCTURE_OPERATION_REFERENCE__ROLE
The feature id for the 'Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_INFRASTRUCTURE_OPERATION_REFERENCE__SIGNATURE
static final int PCM_INFRASTRUCTURE_OPERATION_REFERENCE__SIGNATURE
The feature id for the 'Signature' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_INFRASTRUCTURE_OPERATION_REFERENCE_FEATURE_COUNT
static final int PCM_INFRASTRUCTURE_OPERATION_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Infrastructure Operation Reference' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_BUSINESS_OPERATION_REFERENCE
static final int PCM_BUSINESS_OPERATION_REFERENCE
The meta object id for the 'Business Operation Reference
' class.- See Also:
PCMPackageImpl.getPCMBusinessOperationReference()
, Constant Field Values- Generated class or method.
-
PCM_BUSINESS_OPERATION_REFERENCE__ID
static final int PCM_BUSINESS_OPERATION_REFERENCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_BUSINESS_OPERATION_REFERENCE__CALL_INSTANCE
static final int PCM_BUSINESS_OPERATION_REFERENCE__CALL_INSTANCE
The feature id for the 'Call Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_BUSINESS_OPERATION_REFERENCE__ROLE
static final int PCM_BUSINESS_OPERATION_REFERENCE__ROLE
The feature id for the 'Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_BUSINESS_OPERATION_REFERENCE__SIGNATURE
static final int PCM_BUSINESS_OPERATION_REFERENCE__SIGNATURE
The feature id for the 'Signature' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_BUSINESS_OPERATION_REFERENCE_FEATURE_COUNT
static final int PCM_BUSINESS_OPERATION_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Business Operation Reference' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_REFERENCE
static final int PCM_COMPONENT_REFERENCE
The meta object id for the 'Component Reference
' class.- See Also:
PCMComponentReferenceImpl
,PCMPackageImpl.getPCMComponentReference()
, Constant Field Values- Generated class or method.
-
PCM_COMPONENT_REFERENCE__ID
static final int PCM_COMPONENT_REFERENCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_REFERENCE__COMPONENT_INSTANCE
static final int PCM_COMPONENT_REFERENCE__COMPONENT_INSTANCE
The feature id for the 'Component Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_REFERENCE__BASIC_COMPONENT
static final int PCM_COMPONENT_REFERENCE__BASIC_COMPONENT
The feature id for the 'Basic Component' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_REFERENCE_FEATURE_COUNT
static final int PCM_COMPONENT_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Component Reference' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_PARAMETER_REFERENCE
static final int PCM_COMPONENT_PARAMETER_REFERENCE
The meta object id for the 'Component Parameter Reference
' class.- See Also:
PCMPackageImpl.getPCMComponentParameterReference()
, Constant Field Values- Generated class or method.
-
PCM_COMPONENT_PARAMETER_REFERENCE__ID
static final int PCM_COMPONENT_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_PARTITION
static final int PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_INSTANCE
static final int PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
static final int PCM_COMPONENT_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_PARAMETER_REFERENCE__IMPLEMENTATION_COMPONENT_TYPE
static final int PCM_COMPONENT_PARAMETER_REFERENCE__IMPLEMENTATION_COMPONENT_TYPE
The feature id for the 'Implementation Component Type' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_PARAMETER_REFERENCE__VARIABLE_USAGE
static final int PCM_COMPONENT_PARAMETER_REFERENCE__VARIABLE_USAGE
The feature id for the 'Variable Usage' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_COMPONENT_PARAMETER_REFERENCE_FEATURE_COUNT
static final int PCM_COMPONENT_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Component Parameter Reference' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_OPERATION_PARAMETER_REFERENCE
static final int PCM_OPERATION_PARAMETER_REFERENCE
The meta object id for the 'Operation Parameter Reference
' class.- See Also:
PCMPackageImpl.getPCMOperationParameterReference()
, Constant Field Values- Generated class or method.
-
PCM_OPERATION_PARAMETER_REFERENCE__ID
static final int PCM_OPERATION_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_PARTITION
static final int PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_INSTANCE
static final int PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
static final int PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER
static final int PCM_OPERATION_PARAMETER_REFERENCE__PARAMETER
The feature id for the 'Parameter' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_OPERATION_PARAMETER_REFERENCE_FEATURE_COUNT
static final int PCM_OPERATION_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Operation Parameter Reference' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE
The meta object id for the 'Required Business Operation Return Parameter Reference
' class.- See Also:
PCMPackageImpl.getPCMRequiredBusinessOperationReturnParameterReference()
, Constant Field Values- Generated class or method.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__ID
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_PARTITION
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_PARTITION
The feature id for the 'Parameter Partition' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_INSTANCE
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_INSTANCE
The feature id for the 'Parameter Instance' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
The feature id for the 'Parameter Value Deviation' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__REQUIRED_ROLE
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__REQUIRED_ROLE
The feature id for the 'Required Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__SIGNATURE
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE__SIGNATURE
The feature id for the 'Signature' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE_FEATURE_COUNT
static final int PCM_REQUIRED_BUSINESS_OPERATION_RETURN_PARAMETER_REFERENCE_FEATURE_COUNT
The number of structural features of the ' Required Business Operation Return Parameter Reference' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getPCMParameterReference
EClass getPCMParameterReference()
Returns the meta object for class 'Parameter Reference
'.- Returns:
- the meta object for class 'Parameter Reference'.
- See Also:
PCMParameterReference
- Generated class or method.
-
getPCMParameterValue
EClass getPCMParameterValue()
Returns the meta object for class 'Parameter Value
'.- Returns:
- the meta object for class 'Parameter Value'.
- See Also:
PCMParameterValue
- Generated class or method.
-
getPCMParameterValue_VariableCharacterisations
EReference getPCMParameterValue_VariableCharacterisations()
Returns the meta object for the containment reference list 'Variable Characterisations
'.- Returns:
- the meta object for the containment reference list ' Variable Characterisations'.
- See Also:
PCMParameterValue.getVariableCharacterisations()
,getPCMParameterValue()
- Generated class or method.
-
getPCMInfrastructureOperationReference
EClass getPCMInfrastructureOperationReference()
Returns the meta object for class 'Infrastructure Operation Reference
'.- Returns:
- the meta object for class 'Infrastructure Operation Reference'.
- Generated class or method.
-
getPCMInfrastructureOperationReference_Role
EReference getPCMInfrastructureOperationReference_Role()
Returns the meta object for the reference 'Role
'.- Returns:
- the meta object for the reference 'Role'.
- See Also:
PCMInfrastructureOperationReference.getRole()
,getPCMInfrastructureOperationReference()
- Generated class or method.
-
getPCMInfrastructureOperationReference_Signature
EReference getPCMInfrastructureOperationReference_Signature()
Returns the meta object for the reference 'Signature
'.- Returns:
- the meta object for the reference 'Signature'.
- See Also:
PCMInfrastructureOperationReference.getSignature()
,getPCMInfrastructureOperationReference()
- Generated class or method.
-
getPCMBusinessOperationReference
EClass getPCMBusinessOperationReference()
Returns the meta object for class 'Business Operation Reference
'.- Returns:
- the meta object for class 'Business Operation Reference'.
- See Also:
PCMBusinessOperationReference
- Generated class or method.
-
getPCMBusinessOperationReference_Role
EReference getPCMBusinessOperationReference_Role()
Returns the meta object for the reference 'Role
'.- Returns:
- the meta object for the reference 'Role'.
- See Also:
PCMBusinessOperationReference.getRole()
,getPCMBusinessOperationReference()
- Generated class or method.
-
getPCMBusinessOperationReference_Signature
EReference getPCMBusinessOperationReference_Signature()
Returns the meta object for the reference 'Signature
'.- Returns:
- the meta object for the reference 'Signature'.
- See Also:
PCMBusinessOperationReference.getSignature()
,getPCMBusinessOperationReference()
- Generated class or method.
-
getPCMComponentReference
EClass getPCMComponentReference()
Returns the meta object for class 'Component Reference
'.- Returns:
- the meta object for class 'Component Reference'.
- See Also:
PCMComponentReference
- Generated class or method.
-
getPCMComponentReference_BasicComponent
EReference getPCMComponentReference_BasicComponent()
Returns the meta object for the reference 'Basic Component
'.- Returns:
- the meta object for the reference 'Basic Component'.
- See Also:
PCMComponentReference.getBasicComponent()
,getPCMComponentReference()
- Generated class or method.
-
getPCMComponentParameterReference
EClass getPCMComponentParameterReference()
Returns the meta object for class 'Component Parameter Reference
'.- Returns:
- the meta object for class 'Component Parameter Reference'.
- See Also:
PCMComponentParameterReference
- Generated class or method.
-
getPCMComponentParameterReference_ImplementationComponentType
EReference getPCMComponentParameterReference_ImplementationComponentType()
Returns the meta object for the reference 'Implementation Component Type
'.- Returns:
- the meta object for the reference 'Implementation Component Type'.
- See Also:
PCMComponentParameterReference.getImplementationComponentType()
,getPCMComponentParameterReference()
- Generated class or method.
-
getPCMComponentParameterReference_VariableUsage
EReference getPCMComponentParameterReference_VariableUsage()
Returns the meta object for the reference 'Variable Usage
'.- Returns:
- the meta object for the reference 'Variable Usage'.
- See Also:
PCMComponentParameterReference.getVariableUsage()
,getPCMComponentParameterReference()
- Generated class or method.
-
getPCMOperationParameterReference
EClass getPCMOperationParameterReference()
Returns the meta object for class 'Operation Parameter Reference
'.- Returns:
- the meta object for class 'Operation Parameter Reference'.
- See Also:
PCMOperationParameterReference
- Generated class or method.
-
getPCMOperationParameterReference_Parameter
EReference getPCMOperationParameterReference_Parameter()
Returns the meta object for the reference 'Parameter
'.- Returns:
- the meta object for the reference 'Parameter'.
- See Also:
PCMOperationParameterReference.getParameter()
,getPCMOperationParameterReference()
- Generated class or method.
-
getPCMRequiredBusinessOperationReturnParameterReference
EClass getPCMRequiredBusinessOperationReturnParameterReference()
Returns the meta object for class 'Required Business Operation Return Parameter Reference
'.- Returns:
- the meta object for class ' Required Business Operation Return Parameter Reference'.
- Generated class or method.
-
getPCMRequiredBusinessOperationReturnParameterReference_RequiredRole
EReference getPCMRequiredBusinessOperationReturnParameterReference_RequiredRole()
Returns the meta object for the reference 'Required Role
'.- Returns:
- the meta object for the reference 'Required Role'.
- See Also:
PCMRequiredBusinessOperationReturnParameterReference.getRequiredRole()
,getPCMRequiredBusinessOperationReturnParameterReference()
- Generated class or method.
-
getPCMRequiredBusinessOperationReturnParameterReference_Signature
EReference getPCMRequiredBusinessOperationReturnParameterReference_Signature()
Returns the meta object for the reference 'Signature
'.- Returns:
- the meta object for the reference 'Signature'.
- See Also:
PCMRequiredBusinessOperationReturnParameterReference.getSignature()
,getPCMRequiredBusinessOperationReturnParameterReference()
- Generated class or method.
-
getPCMFactory
PCMFactory getPCMFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-