Package kieker.model.analysismodel.type
Interface TypePackage.Literals
- Enclosing interface:
- TypePackage
public static interface TypePackage.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
- Generated:
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClass
COMPONENT_TYPE
The meta object literal for the 'Component Type
' class.static org.eclipse.emf.ecore.EReference
COMPONENT_TYPE__CONTAINED_COMPONENTS
The meta object literal for the 'Contained Components' reference list feature.static org.eclipse.emf.ecore.EAttribute
COMPONENT_TYPE__NAME
The meta object literal for the 'Name' attribute feature.static org.eclipse.emf.ecore.EAttribute
COMPONENT_TYPE__PACKAGE
The meta object literal for the 'Package' attribute feature.static org.eclipse.emf.ecore.EReference
COMPONENT_TYPE__PROVIDED_INTERFACE_TYPES
The meta object literal for the 'Provided Interface Types' containment reference list feature.static org.eclipse.emf.ecore.EReference
COMPONENT_TYPE__PROVIDED_OPERATIONS
The meta object literal for the 'Provided Operations' map feature.static org.eclipse.emf.ecore.EReference
COMPONENT_TYPE__PROVIDED_STORAGES
The meta object literal for the 'Provided Storages' map feature.static org.eclipse.emf.ecore.EReference
COMPONENT_TYPE__REQUIRED_INTERFACE_TYPES
The meta object literal for the 'Required Interface Types' containment reference list feature.static org.eclipse.emf.ecore.EAttribute
COMPONENT_TYPE__SIGNATURE
The meta object literal for the 'Signature' attribute feature.static org.eclipse.emf.ecore.EClass
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY
The meta object literal for the 'EString To Component Type Map Entry
' class.static org.eclipse.emf.ecore.EAttribute
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.static org.eclipse.emf.ecore.EReference
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUE
The meta object literal for the 'Value' containment reference feature.static org.eclipse.emf.ecore.EClass
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY
The meta object literal for the 'EString To Operation Type Map Entry
' class.static org.eclipse.emf.ecore.EAttribute
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.static org.eclipse.emf.ecore.EReference
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE
The meta object literal for the 'Value' containment reference feature.static org.eclipse.emf.ecore.EClass
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY
The meta object literal for the 'EString To Provided Interface Type Map Entry
' class.static org.eclipse.emf.ecore.EAttribute
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.static org.eclipse.emf.ecore.EReference
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__VALUE
The meta object literal for the 'Value' containment reference feature.static org.eclipse.emf.ecore.EClass
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY
The meta object literal for the 'EString To Storage Type Map Entry
' class.static org.eclipse.emf.ecore.EAttribute
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.static org.eclipse.emf.ecore.EReference
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__VALUE
The meta object literal for the 'Value' containment reference feature.static org.eclipse.emf.ecore.EClass
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY
The meta object literal for the 'Interface EString To Operation Type Map Entry
' class.static org.eclipse.emf.ecore.EAttribute
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.static org.eclipse.emf.ecore.EReference
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE
The meta object literal for the 'Value' reference feature.static org.eclipse.emf.ecore.EClass
OPERATION_TYPE
The meta object literal for the 'Operation Type
' class.static org.eclipse.emf.ecore.EOperation
OPERATION_TYPE___GET_COMPONENT_TYPE
The meta object literal for the 'Get Component Type' operation.static org.eclipse.emf.ecore.EAttribute
OPERATION_TYPE__MODIFIERS
The meta object literal for the 'Modifiers' attribute list feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_TYPE__NAME
The meta object literal for the 'Name' attribute feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_TYPE__PARAMETER_TYPES
The meta object literal for the 'Parameter Types' attribute list feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_TYPE__RETURN_TYPE
The meta object literal for the 'Return Type' attribute feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_TYPE__SIGNATURE
The meta object literal for the 'Signature' attribute feature.static org.eclipse.emf.ecore.EClass
PROVIDED_INTERFACE_TYPE
The meta object literal for the 'Provided Interface Type
' class.static org.eclipse.emf.ecore.EAttribute
PROVIDED_INTERFACE_TYPE__NAME
The meta object literal for the 'Name' attribute feature.static org.eclipse.emf.ecore.EAttribute
PROVIDED_INTERFACE_TYPE__PACKAGE
The meta object literal for the 'Package' attribute feature.static org.eclipse.emf.ecore.EReference
PROVIDED_INTERFACE_TYPE__PROVIDED_OPERATION_TYPES
The meta object literal for the 'Provided Operation Types' map feature.static org.eclipse.emf.ecore.EAttribute
PROVIDED_INTERFACE_TYPE__SIGNATURE
The meta object literal for the 'Signature' attribute feature.static org.eclipse.emf.ecore.EClass
REQUIRED_INTERFACE_TYPE
The meta object literal for the 'Required Interface Type
' class.static org.eclipse.emf.ecore.EReference
REQUIRED_INTERFACE_TYPE__REQUIRES
The meta object literal for the 'Requires' reference feature.static org.eclipse.emf.ecore.EClass
STORAGE_TYPE
The meta object literal for the 'Storage Type
' class.static org.eclipse.emf.ecore.EAttribute
STORAGE_TYPE__NAME
The meta object literal for the 'Name' attribute feature.static org.eclipse.emf.ecore.EAttribute
STORAGE_TYPE__TYPE
The meta object literal for the 'Type' attribute feature.static org.eclipse.emf.ecore.EClass
TYPE_MODEL
The meta object literal for the 'Model
' class.static org.eclipse.emf.ecore.EReference
TYPE_MODEL__COMPONENT_TYPES
The meta object literal for the 'Component Types' map feature.
-
Field Details
-
TYPE_MODEL
static final org.eclipse.emf.ecore.EClass TYPE_MODELThe meta object literal for the 'Model
' class.- See Also:
TypeModelImpl
,TypePackageImpl.getTypeModel()
- Generated:
-
TYPE_MODEL__COMPONENT_TYPES
static final org.eclipse.emf.ecore.EReference TYPE_MODEL__COMPONENT_TYPESThe meta object literal for the 'Component Types' map feature.- Generated:
-
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY
static final org.eclipse.emf.ecore.EClass ESTRING_TO_COMPONENT_TYPE_MAP_ENTRYThe meta object literal for the 'EString To Component Type Map Entry
' class.- See Also:
EStringToComponentTypeMapEntryImpl
,TypePackageImpl.getEStringToComponentTypeMapEntry()
- Generated:
-
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEY
static final org.eclipse.emf.ecore.EAttribute ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEYThe meta object literal for the 'Key' attribute feature.- Generated:
-
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUE
static final org.eclipse.emf.ecore.EReference ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUEThe meta object literal for the 'Value' containment reference feature.- Generated:
-
COMPONENT_TYPE
static final org.eclipse.emf.ecore.EClass COMPONENT_TYPEThe meta object literal for the 'Component Type
' class.- See Also:
ComponentTypeImpl
,TypePackageImpl.getComponentType()
- Generated:
-
COMPONENT_TYPE__SIGNATURE
static final org.eclipse.emf.ecore.EAttribute COMPONENT_TYPE__SIGNATUREThe meta object literal for the 'Signature' attribute feature.- Generated:
-
COMPONENT_TYPE__PROVIDED_OPERATIONS
static final org.eclipse.emf.ecore.EReference COMPONENT_TYPE__PROVIDED_OPERATIONSThe meta object literal for the 'Provided Operations' map feature.- Generated:
-
COMPONENT_TYPE__NAME
static final org.eclipse.emf.ecore.EAttribute COMPONENT_TYPE__NAMEThe meta object literal for the 'Name' attribute feature.- Generated:
-
COMPONENT_TYPE__PACKAGE
static final org.eclipse.emf.ecore.EAttribute COMPONENT_TYPE__PACKAGEThe meta object literal for the 'Package' attribute feature.- Generated:
-
COMPONENT_TYPE__PROVIDED_STORAGES
static final org.eclipse.emf.ecore.EReference COMPONENT_TYPE__PROVIDED_STORAGESThe meta object literal for the 'Provided Storages' map feature.- Generated:
-
COMPONENT_TYPE__CONTAINED_COMPONENTS
static final org.eclipse.emf.ecore.EReference COMPONENT_TYPE__CONTAINED_COMPONENTSThe meta object literal for the 'Contained Components' reference list feature.- Generated:
-
COMPONENT_TYPE__PROVIDED_INTERFACE_TYPES
static final org.eclipse.emf.ecore.EReference COMPONENT_TYPE__PROVIDED_INTERFACE_TYPESThe meta object literal for the 'Provided Interface Types' containment reference list feature.- Generated:
-
COMPONENT_TYPE__REQUIRED_INTERFACE_TYPES
static final org.eclipse.emf.ecore.EReference COMPONENT_TYPE__REQUIRED_INTERFACE_TYPESThe meta object literal for the 'Required Interface Types' containment reference list feature.- Generated:
-
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY
static final org.eclipse.emf.ecore.EClass ESTRING_TO_OPERATION_TYPE_MAP_ENTRYThe meta object literal for the 'EString To Operation Type Map Entry
' class.- See Also:
EStringToOperationTypeMapEntryImpl
,TypePackageImpl.getEStringToOperationTypeMapEntry()
- Generated:
-
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY
static final org.eclipse.emf.ecore.EAttribute ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEYThe meta object literal for the 'Key' attribute feature.- Generated:
-
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE
static final org.eclipse.emf.ecore.EReference ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUEThe meta object literal for the 'Value' containment reference feature.- Generated:
-
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY
static final org.eclipse.emf.ecore.EClass ESTRING_TO_STORAGE_TYPE_MAP_ENTRYThe meta object literal for the 'EString To Storage Type Map Entry
' class.- See Also:
EStringToStorageTypeMapEntryImpl
,TypePackageImpl.getEStringToStorageTypeMapEntry()
- Generated:
-
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__KEY
static final org.eclipse.emf.ecore.EAttribute ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__KEYThe meta object literal for the 'Key' attribute feature.- Generated:
-
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__VALUE
static final org.eclipse.emf.ecore.EReference ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__VALUEThe meta object literal for the 'Value' containment reference feature.- Generated:
-
OPERATION_TYPE
static final org.eclipse.emf.ecore.EClass OPERATION_TYPEThe meta object literal for the 'Operation Type
' class.- See Also:
OperationTypeImpl
,TypePackageImpl.getOperationType()
- Generated:
-
OPERATION_TYPE__SIGNATURE
static final org.eclipse.emf.ecore.EAttribute OPERATION_TYPE__SIGNATUREThe meta object literal for the 'Signature' attribute feature.- Generated:
-
OPERATION_TYPE__NAME
static final org.eclipse.emf.ecore.EAttribute OPERATION_TYPE__NAMEThe meta object literal for the 'Name' attribute feature.- Generated:
-
OPERATION_TYPE__RETURN_TYPE
static final org.eclipse.emf.ecore.EAttribute OPERATION_TYPE__RETURN_TYPEThe meta object literal for the 'Return Type' attribute feature.- Generated:
-
OPERATION_TYPE__MODIFIERS
static final org.eclipse.emf.ecore.EAttribute OPERATION_TYPE__MODIFIERSThe meta object literal for the 'Modifiers' attribute list feature.- Generated:
-
OPERATION_TYPE__PARAMETER_TYPES
static final org.eclipse.emf.ecore.EAttribute OPERATION_TYPE__PARAMETER_TYPESThe meta object literal for the 'Parameter Types' attribute list feature.- Generated:
-
OPERATION_TYPE___GET_COMPONENT_TYPE
static final org.eclipse.emf.ecore.EOperation OPERATION_TYPE___GET_COMPONENT_TYPEThe meta object literal for the 'Get Component Type' operation.- Generated:
-
STORAGE_TYPE
static final org.eclipse.emf.ecore.EClass STORAGE_TYPEThe meta object literal for the 'Storage Type
' class.- See Also:
StorageTypeImpl
,TypePackageImpl.getStorageType()
- Generated:
-
STORAGE_TYPE__NAME
static final org.eclipse.emf.ecore.EAttribute STORAGE_TYPE__NAMEThe meta object literal for the 'Name' attribute feature.- Generated:
-
STORAGE_TYPE__TYPE
static final org.eclipse.emf.ecore.EAttribute STORAGE_TYPE__TYPEThe meta object literal for the 'Type' attribute feature.- Generated:
-
PROVIDED_INTERFACE_TYPE
static final org.eclipse.emf.ecore.EClass PROVIDED_INTERFACE_TYPEThe meta object literal for the 'Provided Interface Type
' class.- See Also:
ProvidedInterfaceTypeImpl
,TypePackageImpl.getProvidedInterfaceType()
- Generated:
-
PROVIDED_INTERFACE_TYPE__PROVIDED_OPERATION_TYPES
static final org.eclipse.emf.ecore.EReference PROVIDED_INTERFACE_TYPE__PROVIDED_OPERATION_TYPESThe meta object literal for the 'Provided Operation Types' map feature.- Generated:
-
PROVIDED_INTERFACE_TYPE__NAME
static final org.eclipse.emf.ecore.EAttribute PROVIDED_INTERFACE_TYPE__NAMEThe meta object literal for the 'Name' attribute feature.- Generated:
-
PROVIDED_INTERFACE_TYPE__SIGNATURE
static final org.eclipse.emf.ecore.EAttribute PROVIDED_INTERFACE_TYPE__SIGNATUREThe meta object literal for the 'Signature' attribute feature.- Generated:
-
PROVIDED_INTERFACE_TYPE__PACKAGE
static final org.eclipse.emf.ecore.EAttribute PROVIDED_INTERFACE_TYPE__PACKAGEThe meta object literal for the 'Package' attribute feature.- Generated:
-
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY
static final org.eclipse.emf.ecore.EClass ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRYThe meta object literal for the 'EString To Provided Interface Type Map Entry
' class. -
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__KEY
static final org.eclipse.emf.ecore.EAttribute ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__KEYThe meta object literal for the 'Key' attribute feature.- Generated:
-
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__VALUE
static final org.eclipse.emf.ecore.EReference ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__VALUEThe meta object literal for the 'Value' containment reference feature.- Generated:
-
REQUIRED_INTERFACE_TYPE
static final org.eclipse.emf.ecore.EClass REQUIRED_INTERFACE_TYPEThe meta object literal for the 'Required Interface Type
' class.- See Also:
RequiredInterfaceTypeImpl
,TypePackageImpl.getRequiredInterfaceType()
- Generated:
-
REQUIRED_INTERFACE_TYPE__REQUIRES
static final org.eclipse.emf.ecore.EReference REQUIRED_INTERFACE_TYPE__REQUIRESThe meta object literal for the 'Requires' reference feature.- Generated:
-
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY
static final org.eclipse.emf.ecore.EClass INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRYThe meta object literal for the 'Interface EString To Operation Type Map Entry
' class. -
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY
static final org.eclipse.emf.ecore.EAttribute INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEYThe meta object literal for the 'Key' attribute feature.- Generated:
-
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE
static final org.eclipse.emf.ecore.EReference INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUEThe meta object literal for the 'Value' reference feature.- Generated:
-