Package tools.mdsd.characteristics.api
Interface ApiPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ApiPackageImpl
public interface ApiPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
ApiFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ApiPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation 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
CHARACTERISTICS_MODELING_REALM
The meta object id for the 'Characteristics Modeling Realm
' class.static int
CHARACTERISTICS_MODELING_REALM__CONFIGURATION
The feature id for the 'Configuration' containment reference list.static int
CHARACTERISTICS_MODELING_REALM__SERIALIZATION_SERVICE
The feature id for the 'Serialization Service' containment reference.static int
CHARACTERISTICS_MODELING_REALM__VALUE_TYPE_PROPERTIES_SERVICE
The feature id for the 'Value Type Properties Service' containment reference.static int
CHARACTERISTICS_MODELING_REALM_FEATURE_COUNT
The number of structural features of the 'Characteristics Modeling Realm' class.static int
CHARACTERISTICS_MODELING_REALM_OPERATION_COUNT
The number of operations of the 'Characteristics Modeling Realm' class.static int
CONFIGURATION_ITEM
The meta object id for the 'Configuration Item
' class.static int
CONFIGURATION_ITEM__MODELING_REALM
The feature id for the 'Modeling Realm' container reference.static int
CONFIGURATION_ITEM_FEATURE_COUNT
The number of structural features of the 'Configuration Item' class.static int
CONFIGURATION_ITEM_OPERATION_COUNT
The number of operations of the 'Configuration Item' class.static ApiPackage
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
OPTIONAL
The meta object id for the 'Optional' data type.static int
PROFILE_ACTIVATION
The meta object id for the 'Profile Activation
' class.static int
PROFILE_ACTIVATION__ACTIVATED_PROFILE
The feature id for the 'Activated Profile' reference.static int
PROFILE_ACTIVATION__MODELING_REALM
The feature id for the 'Modeling Realm' container reference.static int
PROFILE_ACTIVATION_FEATURE_COUNT
The number of structural features of the 'Profile Activation' class.static int
PROFILE_ACTIVATION_OPERATION_COUNT
The number of operations of the 'Profile Activation' class.static int
REGISTERED_SERVICE
The meta object id for the 'Registered Service
' class.static int
REGISTERED_SERVICE__REGISTRATIONS
The feature id for the 'Registrations' reference list.static int
REGISTERED_SERVICE_FEATURE_COUNT
The number of structural features of the 'Registered Service' class.static int
REGISTERED_SERVICE_OPERATION_COUNT
The number of operations of the 'Registered Service' class.static int
SERIALIZATION_SERVICE
The meta object id for the 'Serialization Service
' class.static int
SERIALIZATION_SERVICE___DESERIALIZE_STATIC__VALUETYPE_STRING
The operation id for the 'Deserialize Static' operation.static int
SERIALIZATION_SERVICE___SERIALIZE_STATIC__VALUETYPE_OBJECT
The operation id for the 'Serialize Static' operation.static int
SERIALIZATION_SERVICE__STATIC_MANIFESTATION_SERIALIZATION_SERVICES
The feature id for the 'Static Manifestation Serialization Services' containment reference list.static int
SERIALIZATION_SERVICE_FEATURE_COUNT
The number of structural features of the 'Serialization Service' class.static int
SERIALIZATION_SERVICE_OPERATION_COUNT
The number of operations of the 'Serialization Service' class.static int
SERVICE_REGISTRATION
The meta object id for the 'Service Registration
' class.static int
SERVICE_REGISTRATION__FOR_ECLASS
The feature id for the 'For EClass' reference list.static int
SERVICE_REGISTRATION__FOR_PROPERTY
The feature id for the 'For Property' attribute list.static int
SERVICE_REGISTRATION__FOR_TYPE
The feature id for the 'For Type' reference list.static int
SERVICE_REGISTRATION_FEATURE_COUNT
The number of structural features of the 'Service Registration' class.static int
SERVICE_REGISTRATION_OPERATION_COUNT
The number of operations of the 'Service Registration' class.static int
STATIC_MANIFESTATION_SERIALIZATION_SERVICE
The meta object id for the 'Static Manifestation Serialization Service
' class.static int
STATIC_MANIFESTATION_SERIALIZATION_SERVICE___DESERIALIZE_STATIC__VALUETYPE_STRING
The operation id for the 'Deserialize Static' operation.static int
STATIC_MANIFESTATION_SERIALIZATION_SERVICE___SERIALIZE_STATIC__VALUETYPE_OBJECT
The operation id for the 'Serialize Static' operation.static int
STATIC_MANIFESTATION_SERIALIZATION_SERVICE__REGISTRATIONS
The feature id for the 'Registrations' reference list.static int
STATIC_MANIFESTATION_SERIALIZATION_SERVICE_FEATURE_COUNT
The number of structural features of the 'Static Manifestation Serialization Service' class.static int
STATIC_MANIFESTATION_SERIALIZATION_SERVICE_OPERATION_COUNT
The number of operations of the 'Static Manifestation Serialization Service' class.static int
STATIC_MANIFESTATION_SERIALIZING
The meta object id for the 'Static Manifestation Serializing
' class.static int
STATIC_MANIFESTATION_SERIALIZING___DESERIALIZE_STATIC__VALUETYPE_STRING
The operation id for the 'Deserialize Static' operation.static int
STATIC_MANIFESTATION_SERIALIZING___SERIALIZE_STATIC__VALUETYPE_OBJECT
The operation id for the 'Serialize Static' operation.static int
STATIC_MANIFESTATION_SERIALIZING_FEATURE_COUNT
The number of structural features of the 'Static Manifestation Serializing' class.static int
STATIC_MANIFESTATION_SERIALIZING_OPERATION_COUNT
The number of operations of the 'Static Manifestation Serializing' class.static int
VALUE_TYPE_PROPERTIES_PROVIDER
The meta object id for the 'Value Type Properties Provider
' class.static int
VALUE_TYPE_PROPERTIES_PROVIDER___GET_PROPERTY__CLASS_VALUETYPE
The operation id for the 'Get Property' operation.static int
VALUE_TYPE_PROPERTIES_PROVIDER__REGISTRATIONS
The feature id for the 'Registrations' reference list.static int
VALUE_TYPE_PROPERTIES_PROVIDER_FEATURE_COUNT
The number of structural features of the 'Value Type Properties Provider' class.static int
VALUE_TYPE_PROPERTIES_PROVIDER_OPERATION_COUNT
The number of operations of the 'Value Type Properties Provider' class.static int
VALUE_TYPE_PROPERTIES_SERVICE
The meta object id for the 'Value Type Properties Service
' class.static int
VALUE_TYPE_PROPERTIES_SERVICE___GET_PROPERTY__CLASS_VALUETYPE
The operation id for the 'Get Property' operation.static int
VALUE_TYPE_PROPERTIES_SERVICE__REGISTRATIONS
The feature id for the 'Registrations' reference list.static int
VALUE_TYPE_PROPERTIES_SERVICE__VALUE_TYPE_PROPERTIES_PROVIDER
The feature id for the 'Value Type Properties Provider' containment reference list.static int
VALUE_TYPE_PROPERTIES_SERVICE_FEATURE_COUNT
The number of structural features of the 'Value Type Properties Service' class.static int
VALUE_TYPE_PROPERTIES_SERVICE_OPERATION_COUNT
The number of operations of the 'Value Type Properties Service' 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 ApiPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
CHARACTERISTICS_MODELING_REALM
static final int CHARACTERISTICS_MODELING_REALM
The meta object id for the 'Characteristics Modeling Realm
' class.- See Also:
CharacteristicsModelingRealmImpl
,ApiPackageImpl.getCharacteristicsModelingRealm()
, Constant Field Values- Generated class or method.
-
CHARACTERISTICS_MODELING_REALM__VALUE_TYPE_PROPERTIES_SERVICE
static final int CHARACTERISTICS_MODELING_REALM__VALUE_TYPE_PROPERTIES_SERVICE
The feature id for the 'Value Type Properties Service' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTICS_MODELING_REALM__SERIALIZATION_SERVICE
static final int CHARACTERISTICS_MODELING_REALM__SERIALIZATION_SERVICE
The feature id for the 'Serialization Service' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTICS_MODELING_REALM__CONFIGURATION
static final int CHARACTERISTICS_MODELING_REALM__CONFIGURATION
The feature id for the 'Configuration' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTICS_MODELING_REALM_FEATURE_COUNT
static final int CHARACTERISTICS_MODELING_REALM_FEATURE_COUNT
The number of structural features of the 'Characteristics Modeling Realm' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTICS_MODELING_REALM_OPERATION_COUNT
static final int CHARACTERISTICS_MODELING_REALM_OPERATION_COUNT
The number of operations of the 'Characteristics Modeling Realm' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REGISTERED_SERVICE
static final int REGISTERED_SERVICE
The meta object id for the 'Registered Service
' class.- See Also:
RegisteredServiceImpl
,ApiPackageImpl.getRegisteredService()
, Constant Field Values- Generated class or method.
-
REGISTERED_SERVICE__REGISTRATIONS
static final int REGISTERED_SERVICE__REGISTRATIONS
The feature id for the 'Registrations' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REGISTERED_SERVICE_FEATURE_COUNT
static final int REGISTERED_SERVICE_FEATURE_COUNT
The number of structural features of the 'Registered Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REGISTERED_SERVICE_OPERATION_COUNT
static final int REGISTERED_SERVICE_OPERATION_COUNT
The number of operations of the 'Registered Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_PROVIDER
static final int VALUE_TYPE_PROPERTIES_PROVIDER
The meta object id for the 'Value Type Properties Provider
' class.- See Also:
ValueTypePropertiesProviderImpl
,ApiPackageImpl.getValueTypePropertiesProvider()
, Constant Field Values- Generated class or method.
-
VALUE_TYPE_PROPERTIES_PROVIDER__REGISTRATIONS
static final int VALUE_TYPE_PROPERTIES_PROVIDER__REGISTRATIONS
The feature id for the 'Registrations' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_PROVIDER_FEATURE_COUNT
static final int VALUE_TYPE_PROPERTIES_PROVIDER_FEATURE_COUNT
The number of structural features of the 'Value Type Properties Provider' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_PROVIDER___GET_PROPERTY__CLASS_VALUETYPE
static final int VALUE_TYPE_PROPERTIES_PROVIDER___GET_PROPERTY__CLASS_VALUETYPE
The operation id for the 'Get Property' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_PROVIDER_OPERATION_COUNT
static final int VALUE_TYPE_PROPERTIES_PROVIDER_OPERATION_COUNT
The number of operations of the 'Value Type Properties Provider' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_SERVICE
static final int VALUE_TYPE_PROPERTIES_SERVICE
The meta object id for the 'Value Type Properties Service
' class.- See Also:
ValueTypePropertiesServiceImpl
,ApiPackageImpl.getValueTypePropertiesService()
, Constant Field Values- Generated class or method.
-
VALUE_TYPE_PROPERTIES_SERVICE__REGISTRATIONS
static final int VALUE_TYPE_PROPERTIES_SERVICE__REGISTRATIONS
The feature id for the 'Registrations' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_SERVICE__VALUE_TYPE_PROPERTIES_PROVIDER
static final int VALUE_TYPE_PROPERTIES_SERVICE__VALUE_TYPE_PROPERTIES_PROVIDER
The feature id for the 'Value Type Properties Provider' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_SERVICE_FEATURE_COUNT
static final int VALUE_TYPE_PROPERTIES_SERVICE_FEATURE_COUNT
The number of structural features of the 'Value Type Properties Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_SERVICE___GET_PROPERTY__CLASS_VALUETYPE
static final int VALUE_TYPE_PROPERTIES_SERVICE___GET_PROPERTY__CLASS_VALUETYPE
The operation id for the 'Get Property' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_PROPERTIES_SERVICE_OPERATION_COUNT
static final int VALUE_TYPE_PROPERTIES_SERVICE_OPERATION_COUNT
The number of operations of the 'Value Type Properties Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZATION_SERVICE
static final int STATIC_MANIFESTATION_SERIALIZATION_SERVICE
The meta object id for the 'Static Manifestation Serialization Service
' class.- See Also:
StaticManifestationSerializationServiceImpl
,ApiPackageImpl.getStaticManifestationSerializationService()
, Constant Field Values- Generated class or method.
-
STATIC_MANIFESTATION_SERIALIZATION_SERVICE__REGISTRATIONS
static final int STATIC_MANIFESTATION_SERIALIZATION_SERVICE__REGISTRATIONS
The feature id for the 'Registrations' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZATION_SERVICE_FEATURE_COUNT
static final int STATIC_MANIFESTATION_SERIALIZATION_SERVICE_FEATURE_COUNT
The number of structural features of the 'Static Manifestation Serialization Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZATION_SERVICE___SERIALIZE_STATIC__VALUETYPE_OBJECT
static final int STATIC_MANIFESTATION_SERIALIZATION_SERVICE___SERIALIZE_STATIC__VALUETYPE_OBJECT
The operation id for the 'Serialize Static' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZATION_SERVICE___DESERIALIZE_STATIC__VALUETYPE_STRING
static final int STATIC_MANIFESTATION_SERIALIZATION_SERVICE___DESERIALIZE_STATIC__VALUETYPE_STRING
The operation id for the 'Deserialize Static' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZATION_SERVICE_OPERATION_COUNT
static final int STATIC_MANIFESTATION_SERIALIZATION_SERVICE_OPERATION_COUNT
The number of operations of the 'Static Manifestation Serialization Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_REGISTRATION
static final int SERVICE_REGISTRATION
The meta object id for the 'Service Registration
' class.- See Also:
ServiceRegistrationImpl
,ApiPackageImpl.getServiceRegistration()
, Constant Field Values- Generated class or method.
-
SERVICE_REGISTRATION__FOR_TYPE
static final int SERVICE_REGISTRATION__FOR_TYPE
The feature id for the 'For Type' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_REGISTRATION__FOR_PROPERTY
static final int SERVICE_REGISTRATION__FOR_PROPERTY
The feature id for the 'For Property' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_REGISTRATION__FOR_ECLASS
static final int SERVICE_REGISTRATION__FOR_ECLASS
The feature id for the 'For EClass' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_REGISTRATION_FEATURE_COUNT
static final int SERVICE_REGISTRATION_FEATURE_COUNT
The number of structural features of the 'Service Registration' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_REGISTRATION_OPERATION_COUNT
static final int SERVICE_REGISTRATION_OPERATION_COUNT
The number of operations of the 'Service Registration' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZING
static final int STATIC_MANIFESTATION_SERIALIZING
The meta object id for the 'Static Manifestation Serializing
' class.- See Also:
StaticManifestationSerializing
,ApiPackageImpl.getStaticManifestationSerializing()
, Constant Field Values- Generated class or method.
-
STATIC_MANIFESTATION_SERIALIZING_FEATURE_COUNT
static final int STATIC_MANIFESTATION_SERIALIZING_FEATURE_COUNT
The number of structural features of the 'Static Manifestation Serializing' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZING___SERIALIZE_STATIC__VALUETYPE_OBJECT
static final int STATIC_MANIFESTATION_SERIALIZING___SERIALIZE_STATIC__VALUETYPE_OBJECT
The operation id for the 'Serialize Static' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZING___DESERIALIZE_STATIC__VALUETYPE_STRING
static final int STATIC_MANIFESTATION_SERIALIZING___DESERIALIZE_STATIC__VALUETYPE_STRING
The operation id for the 'Deserialize Static' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MANIFESTATION_SERIALIZING_OPERATION_COUNT
static final int STATIC_MANIFESTATION_SERIALIZING_OPERATION_COUNT
The number of operations of the 'Static Manifestation Serializing' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERIALIZATION_SERVICE
static final int SERIALIZATION_SERVICE
The meta object id for the 'Serialization Service
' class.- See Also:
SerializationServiceImpl
,ApiPackageImpl.getSerializationService()
, Constant Field Values- Generated class or method.
-
SERIALIZATION_SERVICE__STATIC_MANIFESTATION_SERIALIZATION_SERVICES
static final int SERIALIZATION_SERVICE__STATIC_MANIFESTATION_SERIALIZATION_SERVICES
The feature id for the 'Static Manifestation Serialization Services' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERIALIZATION_SERVICE_FEATURE_COUNT
static final int SERIALIZATION_SERVICE_FEATURE_COUNT
The number of structural features of the 'Serialization Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERIALIZATION_SERVICE___SERIALIZE_STATIC__VALUETYPE_OBJECT
static final int SERIALIZATION_SERVICE___SERIALIZE_STATIC__VALUETYPE_OBJECT
The operation id for the 'Serialize Static' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERIALIZATION_SERVICE___DESERIALIZE_STATIC__VALUETYPE_STRING
static final int SERIALIZATION_SERVICE___DESERIALIZE_STATIC__VALUETYPE_STRING
The operation id for the 'Deserialize Static' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERIALIZATION_SERVICE_OPERATION_COUNT
static final int SERIALIZATION_SERVICE_OPERATION_COUNT
The number of operations of the 'Serialization Service' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONFIGURATION_ITEM
static final int CONFIGURATION_ITEM
The meta object id for the 'Configuration Item
' class.- See Also:
ConfigurationItemImpl
,ApiPackageImpl.getConfigurationItem()
, Constant Field Values- Generated class or method.
-
CONFIGURATION_ITEM__MODELING_REALM
static final int CONFIGURATION_ITEM__MODELING_REALM
The feature id for the 'Modeling Realm' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONFIGURATION_ITEM_FEATURE_COUNT
static final int CONFIGURATION_ITEM_FEATURE_COUNT
The number of structural features of the 'Configuration Item' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONFIGURATION_ITEM_OPERATION_COUNT
static final int CONFIGURATION_ITEM_OPERATION_COUNT
The number of operations of the 'Configuration Item' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_ACTIVATION
static final int PROFILE_ACTIVATION
The meta object id for the 'Profile Activation
' class.- See Also:
ProfileActivationImpl
,ApiPackageImpl.getProfileActivation()
, Constant Field Values- Generated class or method.
-
PROFILE_ACTIVATION__MODELING_REALM
static final int PROFILE_ACTIVATION__MODELING_REALM
The feature id for the 'Modeling Realm' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_ACTIVATION__ACTIVATED_PROFILE
static final int PROFILE_ACTIVATION__ACTIVATED_PROFILE
The feature id for the 'Activated Profile' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_ACTIVATION_FEATURE_COUNT
static final int PROFILE_ACTIVATION_FEATURE_COUNT
The number of structural features of the 'Profile Activation' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_ACTIVATION_OPERATION_COUNT
static final int PROFILE_ACTIVATION_OPERATION_COUNT
The number of operations of the 'Profile Activation' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
OPTIONAL
static final int OPTIONAL
The meta object id for the 'Optional' data type.- See Also:
Optional
,ApiPackageImpl.getOptional()
, Constant Field Values- Generated class or method.
-
-
Method Detail
-
getCharacteristicsModelingRealm
EClass getCharacteristicsModelingRealm()
Returns the meta object for class 'Characteristics Modeling Realm
'.- Returns:
- the meta object for class 'Characteristics Modeling Realm'.
- See Also:
CharacteristicsModelingRealm
- Generated class or method.
-
getCharacteristicsModelingRealm_ValueTypePropertiesService
EReference getCharacteristicsModelingRealm_ValueTypePropertiesService()
Returns the meta object for the containment reference 'Value Type Properties Service
'.- Returns:
- the meta object for the containment reference 'Value Type Properties Service'.
- See Also:
CharacteristicsModelingRealm.getValueTypePropertiesService()
,getCharacteristicsModelingRealm()
- Generated class or method.
-
getCharacteristicsModelingRealm_SerializationService
EReference getCharacteristicsModelingRealm_SerializationService()
Returns the meta object for the containment reference 'Serialization Service
'.- Returns:
- the meta object for the containment reference 'Serialization Service'.
- See Also:
CharacteristicsModelingRealm.getSerializationService()
,getCharacteristicsModelingRealm()
- Generated class or method.
-
getCharacteristicsModelingRealm_Configuration
EReference getCharacteristicsModelingRealm_Configuration()
Returns the meta object for the containment reference list 'Configuration
'.- Returns:
- the meta object for the containment reference list 'Configuration'.
- See Also:
CharacteristicsModelingRealm.getConfiguration()
,getCharacteristicsModelingRealm()
- Generated class or method.
-
getValueTypePropertiesService
EClass getValueTypePropertiesService()
Returns the meta object for class 'Value Type Properties Service
'.- Returns:
- the meta object for class 'Value Type Properties Service'.
- See Also:
ValueTypePropertiesService
- Generated class or method.
-
getValueTypePropertiesService_ValueTypePropertiesProvider
EReference getValueTypePropertiesService_ValueTypePropertiesProvider()
Returns the meta object for the containment reference list 'Value Type Properties Provider
'.- Returns:
- the meta object for the containment reference list 'Value Type Properties Provider'.
- See Also:
ValueTypePropertiesService.getValueTypePropertiesProvider()
,getValueTypePropertiesService()
- Generated class or method.
-
getValueTypePropertiesProvider
EClass getValueTypePropertiesProvider()
Returns the meta object for class 'Value Type Properties Provider
'.- Returns:
- the meta object for class 'Value Type Properties Provider'.
- See Also:
ValueTypePropertiesProvider
- Generated class or method.
-
getValueTypePropertiesProvider__GetProperty__Class_ValueType
EOperation getValueTypePropertiesProvider__GetProperty__Class_ValueType()
Returns the meta object for the 'Get Property
' operation.- Returns:
- the meta object for the 'Get Property' operation.
- See Also:
ValueTypePropertiesProvider.getProperty(java.lang.Class, tools.mdsd.characteristics.valuetype.ValueType)
- Generated class or method.
-
getStaticManifestationSerializationService
EClass getStaticManifestationSerializationService()
Returns the meta object for class 'Static Manifestation Serialization Service
'.- Returns:
- the meta object for class 'Static Manifestation Serialization Service'.
- See Also:
StaticManifestationSerializationService
- Generated class or method.
-
getServiceRegistration
EClass getServiceRegistration()
Returns the meta object for class 'Service Registration
'.- Returns:
- the meta object for class 'Service Registration'.
- See Also:
ServiceRegistration
- Generated class or method.
-
getServiceRegistration_ForType
EReference getServiceRegistration_ForType()
Returns the meta object for the reference list 'For Type
'.- Returns:
- the meta object for the reference list 'For Type'.
- See Also:
ServiceRegistration.getForType()
,getServiceRegistration()
- Generated class or method.
-
getServiceRegistration_ForProperty
EAttribute getServiceRegistration_ForProperty()
Returns the meta object for the attribute list 'For Property
'.- Returns:
- the meta object for the attribute list 'For Property'.
- See Also:
ServiceRegistration.getForProperty()
,getServiceRegistration()
- Generated class or method.
-
getServiceRegistration_ForEClass
EReference getServiceRegistration_ForEClass()
Returns the meta object for the reference list 'For EClass
'.- Returns:
- the meta object for the reference list 'For EClass'.
- See Also:
ServiceRegistration.getForEClass()
,getServiceRegistration()
- Generated class or method.
-
getRegisteredService
EClass getRegisteredService()
Returns the meta object for class 'Registered Service
'.- Returns:
- the meta object for class 'Registered Service'.
- See Also:
RegisteredService
- Generated class or method.
-
getRegisteredService_Registrations
EReference getRegisteredService_Registrations()
Returns the meta object for the reference list 'Registrations
'.- Returns:
- the meta object for the reference list 'Registrations'.
- See Also:
RegisteredService.getRegistrations()
,getRegisteredService()
- Generated class or method.
-
getSerializationService
EClass getSerializationService()
Returns the meta object for class 'Serialization Service
'.- Returns:
- the meta object for class 'Serialization Service'.
- See Also:
SerializationService
- Generated class or method.
-
getSerializationService_StaticManifestationSerializationServices
EReference getSerializationService_StaticManifestationSerializationServices()
Returns the meta object for the containment reference list 'Static Manifestation Serialization Services
'.- Returns:
- the meta object for the containment reference list 'Static Manifestation Serialization Services'.
- See Also:
SerializationService.getStaticManifestationSerializationServices()
,getSerializationService()
- Generated class or method.
-
getStaticManifestationSerializing
EClass getStaticManifestationSerializing()
Returns the meta object for class 'Static Manifestation Serializing
'.- Returns:
- the meta object for class 'Static Manifestation Serializing'.
- See Also:
StaticManifestationSerializing
- Generated class or method.
-
getStaticManifestationSerializing__SerializeStatic__ValueType_Object
EOperation getStaticManifestationSerializing__SerializeStatic__ValueType_Object()
Returns the meta object for the 'Serialize Static
' operation.- Returns:
- the meta object for the 'Serialize Static' operation.
- See Also:
StaticManifestationSerializing.serializeStatic(tools.mdsd.characteristics.valuetype.ValueType, java.lang.Object)
- Generated class or method.
-
getStaticManifestationSerializing__DeserializeStatic__ValueType_String
EOperation getStaticManifestationSerializing__DeserializeStatic__ValueType_String()
Returns the meta object for the 'Deserialize Static
' operation.- Returns:
- the meta object for the 'Deserialize Static' operation.
- See Also:
StaticManifestationSerializing.deserializeStatic(tools.mdsd.characteristics.valuetype.ValueType, java.lang.String)
- Generated class or method.
-
getConfigurationItem
EClass getConfigurationItem()
Returns the meta object for class 'Configuration Item
'.- Returns:
- the meta object for class 'Configuration Item'.
- See Also:
ConfigurationItem
- Generated class or method.
-
getConfigurationItem_ModelingRealm
EReference getConfigurationItem_ModelingRealm()
Returns the meta object for the container reference 'Modeling Realm
'.- Returns:
- the meta object for the container reference 'Modeling Realm'.
- See Also:
ConfigurationItem.getModelingRealm()
,getConfigurationItem()
- Generated class or method.
-
getProfileActivation
EClass getProfileActivation()
Returns the meta object for class 'Profile Activation
'.- Returns:
- the meta object for class 'Profile Activation'.
- See Also:
ProfileActivation
- Generated class or method.
-
getProfileActivation_ActivatedProfile
EReference getProfileActivation_ActivatedProfile()
Returns the meta object for the reference 'Activated Profile
'.- Returns:
- the meta object for the reference 'Activated Profile'.
- See Also:
ProfileActivation.getActivatedProfile()
,getProfileActivation()
- Generated class or method.
-
getOptional
EDataType getOptional()
Returns the meta object for data type 'Optional
'.- Returns:
- the meta object for data type 'Optional'.
- See Also:
Optional
- Generated class or method.
- EMF model class or method.
- instanceClass="java.util.Optional" serializeable="false" typeParameters="T"
-
getApiFactory
ApiFactory getApiFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-