public interface TypePackage
extends org.eclipse.emf.ecore.EPackage
TypeFactory
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
static int |
COMPONENT_TYPE
The meta object id for the '
Component Type ' class. |
static int |
COMPONENT_TYPE__NAME
The feature id for the 'Name' attribute.
|
static int |
COMPONENT_TYPE__PACKAGE
The feature id for the 'Package' attribute.
|
static int |
COMPONENT_TYPE__PROVIDED_OPERATIONS
The feature id for the 'Provided Operations' map.
|
static int |
COMPONENT_TYPE__SIGNATURE
The feature id for the 'Signature' attribute.
|
static int |
COMPONENT_TYPE_FEATURE_COUNT
The number of structural features of the 'Component Type' class.
|
static int |
COMPONENT_TYPE_OPERATION_COUNT
The number of operations of the 'Component Type' class.
|
static TypePackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY
The meta object id for the '
EString To Component Type Map Entry ' class. |
static int |
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.
|
static int |
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.
|
static int |
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Component Type Map Entry' class.
|
static int |
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Component Type Map Entry' class.
|
static int |
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY
The meta object id for the '
EString To Operation Type Map Entry ' class. |
static int |
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.
|
static int |
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.
|
static int |
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Operation Type Map Entry' class.
|
static int |
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Operation Type Map Entry' class.
|
static int |
OPERATION_TYPE
The meta object id for the '
Operation Type ' class. |
static int |
OPERATION_TYPE___GET_COMPONENT_TYPE
The operation id for the 'Get Component Type' operation.
|
static int |
OPERATION_TYPE__MODIFIERS
The feature id for the 'Modifiers' attribute list.
|
static int |
OPERATION_TYPE__NAME
The feature id for the 'Name' attribute.
|
static int |
OPERATION_TYPE__PARAMETER_TYPES
The feature id for the 'Parameter Types' attribute list.
|
static int |
OPERATION_TYPE__RETURN_TYPE
The feature id for the 'Return Type' attribute.
|
static int |
OPERATION_TYPE__SIGNATURE
The feature id for the 'Signature' attribute.
|
static int |
OPERATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Operation Type' class.
|
static int |
OPERATION_TYPE_OPERATION_COUNT
The number of operations of the 'Operation Type' class.
|
static int |
TYPE_MODEL
The meta object id for the '
Model ' class. |
static int |
TYPE_MODEL__COMPONENT_TYPES
The feature id for the 'Component Types' map.
|
static int |
TYPE_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.
|
static int |
TYPE_MODEL_OPERATION_COUNT
The number of operations of the 'Model' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EAttribute |
getComponentType_Name()
Returns the meta object for the attribute '
Name '. |
org.eclipse.emf.ecore.EAttribute |
getComponentType_Package()
Returns the meta object for the attribute '
Package '. |
org.eclipse.emf.ecore.EReference |
getComponentType_ProvidedOperations()
Returns the meta object for the map '
Provided Operations '. |
org.eclipse.emf.ecore.EAttribute |
getComponentType_Signature()
Returns the meta object for the attribute '
Signature '. |
org.eclipse.emf.ecore.EClass |
getComponentType()
Returns the meta object for class '
Component Type '. |
org.eclipse.emf.ecore.EAttribute |
getEStringToComponentTypeMapEntry_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EReference |
getEStringToComponentTypeMapEntry_Value()
Returns the meta object for the containment reference '
Value '. |
org.eclipse.emf.ecore.EClass |
getEStringToComponentTypeMapEntry()
Returns the meta object for class '
EString To Component Type Map Entry '. |
org.eclipse.emf.ecore.EAttribute |
getEStringToOperationTypeMapEntry_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EReference |
getEStringToOperationTypeMapEntry_Value()
Returns the meta object for the containment reference '
Value '. |
org.eclipse.emf.ecore.EClass |
getEStringToOperationTypeMapEntry()
Returns the meta object for class '
EString To Operation Type Map Entry '. |
org.eclipse.emf.ecore.EOperation |
getOperationType__GetComponentType()
Returns the meta object for the '
Get Component Type ' operation. |
org.eclipse.emf.ecore.EAttribute |
getOperationType_Modifiers()
Returns the meta object for the attribute list '
Modifiers '. |
org.eclipse.emf.ecore.EAttribute |
getOperationType_Name()
Returns the meta object for the attribute '
Name '. |
org.eclipse.emf.ecore.EAttribute |
getOperationType_ParameterTypes()
Returns the meta object for the attribute list '
Parameter Types '. |
org.eclipse.emf.ecore.EAttribute |
getOperationType_ReturnType()
Returns the meta object for the attribute '
Return Type '. |
org.eclipse.emf.ecore.EAttribute |
getOperationType_Signature()
Returns the meta object for the attribute '
Signature '. |
org.eclipse.emf.ecore.EClass |
getOperationType()
Returns the meta object for class '
Operation Type '. |
TypeFactory |
getTypeFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getTypeModel_ComponentTypes()
Returns the meta object for the map '
Component Types '. |
org.eclipse.emf.ecore.EClass |
getTypeModel()
Returns the meta object for class '
Model '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TypePackage eINSTANCE
static final int TYPE_MODEL
Model
' class.
TypeModelImpl
,
TypePackageImpl.getTypeModel()
,
Constant Field Valuesstatic final int TYPE_MODEL__COMPONENT_TYPES
static final int TYPE_MODEL_FEATURE_COUNT
static final int TYPE_MODEL_OPERATION_COUNT
static final int ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY
EString To Component Type Map Entry
' class.
static final int ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEY
static final int ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUE
static final int ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY_OPERATION_COUNT
static final int COMPONENT_TYPE
Component Type
' class.
ComponentTypeImpl
,
TypePackageImpl.getComponentType()
,
Constant Field Valuesstatic final int COMPONENT_TYPE__SIGNATURE
static final int COMPONENT_TYPE__PROVIDED_OPERATIONS
static final int COMPONENT_TYPE__NAME
static final int COMPONENT_TYPE__PACKAGE
static final int COMPONENT_TYPE_FEATURE_COUNT
static final int COMPONENT_TYPE_OPERATION_COUNT
static final int ESTRING_TO_OPERATION_TYPE_MAP_ENTRY
EString To Operation Type Map Entry
' class.
static final int ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY
static final int ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE
static final int ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_OPERATION_COUNT
static final int OPERATION_TYPE
Operation Type
' class.
OperationTypeImpl
,
TypePackageImpl.getOperationType()
,
Constant Field Valuesstatic final int OPERATION_TYPE__SIGNATURE
static final int OPERATION_TYPE__NAME
static final int OPERATION_TYPE__RETURN_TYPE
static final int OPERATION_TYPE__MODIFIERS
static final int OPERATION_TYPE__PARAMETER_TYPES
static final int OPERATION_TYPE_FEATURE_COUNT
static final int OPERATION_TYPE___GET_COMPONENT_TYPE
static final int OPERATION_TYPE_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getTypeModel()
Model
'.
TypeModel
org.eclipse.emf.ecore.EReference getTypeModel_ComponentTypes()
Component Types
'.
TypeModel.getComponentTypes()
,
getTypeModel()
org.eclipse.emf.ecore.EClass getEStringToComponentTypeMapEntry()
EString To Component Type Map Entry
'.
Map.Entry
org.eclipse.emf.ecore.EAttribute getEStringToComponentTypeMapEntry_Key()
Key
'.
Map.Entry
,
getEStringToComponentTypeMapEntry()
org.eclipse.emf.ecore.EReference getEStringToComponentTypeMapEntry_Value()
Value
'.
Map.Entry
,
getEStringToComponentTypeMapEntry()
org.eclipse.emf.ecore.EClass getComponentType()
Component Type
'.
ComponentType
org.eclipse.emf.ecore.EAttribute getComponentType_Signature()
Signature
'.
ComponentType.getSignature()
,
getComponentType()
org.eclipse.emf.ecore.EReference getComponentType_ProvidedOperations()
Provided Operations
'.
ComponentType.getProvidedOperations()
,
getComponentType()
org.eclipse.emf.ecore.EAttribute getComponentType_Name()
Name
'.
ComponentType.getName()
,
getComponentType()
org.eclipse.emf.ecore.EAttribute getComponentType_Package()
Package
'.
ComponentType.getPackage()
,
getComponentType()
org.eclipse.emf.ecore.EClass getEStringToOperationTypeMapEntry()
EString To Operation Type Map Entry
'.
Map.Entry
org.eclipse.emf.ecore.EAttribute getEStringToOperationTypeMapEntry_Key()
Key
'.
Map.Entry
,
getEStringToOperationTypeMapEntry()
org.eclipse.emf.ecore.EReference getEStringToOperationTypeMapEntry_Value()
Value
'.
Map.Entry
,
getEStringToOperationTypeMapEntry()
org.eclipse.emf.ecore.EClass getOperationType()
Operation Type
'.
OperationType
org.eclipse.emf.ecore.EAttribute getOperationType_Signature()
Signature
'.
OperationType.getSignature()
,
getOperationType()
org.eclipse.emf.ecore.EAttribute getOperationType_Name()
Name
'.
OperationType.getName()
,
getOperationType()
org.eclipse.emf.ecore.EAttribute getOperationType_ReturnType()
Return Type
'.
OperationType.getReturnType()
,
getOperationType()
org.eclipse.emf.ecore.EAttribute getOperationType_Modifiers()
Modifiers
'.
OperationType.getModifiers()
,
getOperationType()
org.eclipse.emf.ecore.EAttribute getOperationType_ParameterTypes()
Parameter Types
'.
OperationType.getParameterTypes()
,
getOperationType()
org.eclipse.emf.ecore.EOperation getOperationType__GetComponentType()
Get Component Type
' operation.
OperationType.getComponentType()
TypeFactory getTypeFactory()
Copyright 2020 Kieker Project, http://kieker-monitoring.net