Interface DataDictionaryCharacterizedPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
DataDictionaryCharacterizedPackageImpl
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" annotation="http://www.eclipse.org/emf/2002/Ecore settingDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/LPG' validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/LPG'"
-
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 'Assignment
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Lhs' containment reference.static final int
The feature id for the 'Rhs' containment reference.static final int
The number of structural features of the 'Assignment' class.static final int
The meta object id for the 'Behavior Definition
' class.static final int
The feature id for the 'Assignments' containment reference list.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Inputs' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Outputs' containment reference list.static final int
The number of structural features of the 'Behavior Definition' class.static final int
The meta object id for the 'Characteristic
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type' reference.static final int
The number of structural features of the 'Characteristic' class.static final int
The meta object id for the 'Characteristic Type
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Characteristic Type' class.static final int
The meta object id for the 'Data Dictionary Characterized
' class.static final int
The feature id for the 'Behavior Definitions' containment reference list.static final int
The feature id for the 'Characteristic Types' containment reference list.static final int
The feature id for the 'Characteristics' containment reference list.static final int
The feature id for the 'Entries' containment reference list.static final int
The feature id for the 'Enumerations' containment reference list.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Data Dictionary Characterized' class.static final DataDictionaryCharacterizedPackage
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.static final int
The meta object id for the 'Entity
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Entity' class.static final int
The meta object id for the 'Enum Characteristic
' class.static final int
The feature id for the 'Enum Characteristic Type' reference.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type' reference.static final int
The feature id for the 'Values' reference list.static final int
The number of structural features of the 'Enum Characteristic' class.static final int
The meta object id for the 'Enum Characteristic Type
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type' reference.static final int
The number of structural features of the 'Enum Characteristic Type' class.static final int
The meta object id for the 'Enumeration
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Literals' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Enumeration' class.static final int
The meta object id for the 'Literal
' class.static final int
The feature id for the 'Enum' container reference.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Literal' class.static final int
The meta object id for the 'Pin
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Owner' reference.static final int
The number of structural features of the 'Pin' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Assignment
'.Returns the meta object for the containment reference 'Lhs
'.Returns the meta object for the containment reference 'Rhs
'.Returns the meta object for class 'Behavior Definition
'.Returns the meta object for the containment reference list 'Assignments
'.Returns the meta object for the containment reference list 'Inputs
'.Returns the meta object for the containment reference list 'Outputs
'.Returns the meta object for class 'Characteristic
'.Returns the meta object for the reference 'Type
'.Returns the meta object for class 'Characteristic Type
'.Returns the meta object for class 'Data Dictionary Characterized
'.Returns the meta object for the containment reference list 'Behavior Definitions
'.Returns the meta object for the containment reference list 'Characteristics
'.Returns the meta object for the containment reference list 'Characteristic Types
'.Returns the meta object for the containment reference list 'Enumerations
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Entity
'.Returns the meta object for the attribute 'Name
'.Returns the meta object for class 'Enum Characteristic
'.Returns the meta object for the reference 'Enum Characteristic Type
'.Returns the meta object for the reference list 'Values
'.Returns the meta object for class 'Enum Characteristic Type
'.Returns the meta object for the reference 'Type
'.Returns the meta object for class 'Enumeration
'.Returns the meta object for the containment reference list 'Literals
'.Returns the meta object for class 'Literal
'.Returns the meta object for the container reference 'Enum
'.getPin()
Returns the meta object for class 'Pin
'.Returns the meta object for the reference 'Owner
'.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.
-
ENTITY
static final int ENTITYThe meta object id for the 'Entity
' class.- See Also:
- Generated class or method.
-
ENTITY__ID
static final int ENTITY__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENTITY__NAME
static final int ENTITY__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENTITY_FEATURE_COUNT
static final int ENTITY_FEATURE_COUNTThe number of structural features of the 'Entity' class.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_CHARACTERIZED
static final int DATA_DICTIONARY_CHARACTERIZEDThe meta object id for the 'Data Dictionary Characterized
' class.- See Also:
- Generated class or method.
-
DATA_DICTIONARY_CHARACTERIZED__ID
static final int DATA_DICTIONARY_CHARACTERIZED__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_CHARACTERIZED__ENTRIES
static final int DATA_DICTIONARY_CHARACTERIZED__ENTRIESThe feature id for the 'Entries' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_CHARACTERIZED__CHARACTERISTIC_TYPES
static final int DATA_DICTIONARY_CHARACTERIZED__CHARACTERISTIC_TYPESThe feature id for the 'Characteristic Types' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_CHARACTERIZED__ENUMERATIONS
static final int DATA_DICTIONARY_CHARACTERIZED__ENUMERATIONSThe feature id for the 'Enumerations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_CHARACTERIZED__BEHAVIOR_DEFINITIONS
static final int DATA_DICTIONARY_CHARACTERIZED__BEHAVIOR_DEFINITIONSThe feature id for the 'Behavior Definitions' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_CHARACTERIZED__CHARACTERISTICS
static final int DATA_DICTIONARY_CHARACTERIZED__CHARACTERISTICSThe feature id for the 'Characteristics' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_CHARACTERIZED_FEATURE_COUNT
static final int DATA_DICTIONARY_CHARACTERIZED_FEATURE_COUNTThe number of structural features of the 'Data Dictionary Characterized' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_TYPE
static final int CHARACTERISTIC_TYPEThe meta object id for the 'Characteristic Type
' class.- See Also:
- Generated class or method.
-
CHARACTERISTIC_TYPE__ID
static final int CHARACTERISTIC_TYPE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_TYPE__NAME
static final int CHARACTERISTIC_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_TYPE_FEATURE_COUNT
static final int CHARACTERISTIC_TYPE_FEATURE_COUNTThe number of structural features of the 'Characteristic Type' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC_TYPE
static final int ENUM_CHARACTERISTIC_TYPEThe meta object id for the 'Enum Characteristic Type
' class.- See Also:
- Generated class or method.
-
ENUM_CHARACTERISTIC_TYPE__ID
static final int ENUM_CHARACTERISTIC_TYPE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC_TYPE__NAME
static final int ENUM_CHARACTERISTIC_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC_TYPE__TYPE
static final int ENUM_CHARACTERISTIC_TYPE__TYPEThe feature id for the 'Type' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC_TYPE_FEATURE_COUNT
static final int ENUM_CHARACTERISTIC_TYPE_FEATURE_COUNTThe number of structural features of the 'Enum Characteristic Type' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION
static final int ENUMERATIONThe meta object id for the 'Enumeration
' class.- See Also:
- Generated class or method.
-
ENUMERATION__ID
static final int ENUMERATION__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__NAME
static final int ENUMERATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__LITERALS
static final int ENUMERATION__LITERALSThe feature id for the 'Literals' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION_FEATURE_COUNT
static final int ENUMERATION_FEATURE_COUNTThe number of structural features of the 'Enumeration' class.- See Also:
- Generated class or method.
- Ordered collection.
-
LITERAL
static final int LITERALThe meta object id for the 'Literal
' class.- See Also:
- Generated class or method.
-
LITERAL__ID
static final int LITERAL__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
LITERAL__NAME
static final int LITERAL__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
LITERAL__ENUM
static final int LITERAL__ENUMThe feature id for the 'Enum' container reference.- See Also:
- Generated class or method.
- Ordered collection.
-
LITERAL_FEATURE_COUNT
static final int LITERAL_FEATURE_COUNTThe number of structural features of the 'Literal' class.- See Also:
- Generated class or method.
- Ordered collection.
-
BEHAVIOR_DEFINITION
static final int BEHAVIOR_DEFINITIONThe meta object id for the 'Behavior Definition
' class.- See Also:
- Generated class or method.
-
BEHAVIOR_DEFINITION__ID
static final int BEHAVIOR_DEFINITION__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
BEHAVIOR_DEFINITION__NAME
static final int BEHAVIOR_DEFINITION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
BEHAVIOR_DEFINITION__INPUTS
static final int BEHAVIOR_DEFINITION__INPUTSThe feature id for the 'Inputs' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
BEHAVIOR_DEFINITION__OUTPUTS
static final int BEHAVIOR_DEFINITION__OUTPUTSThe feature id for the 'Outputs' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
BEHAVIOR_DEFINITION__ASSIGNMENTS
static final int BEHAVIOR_DEFINITION__ASSIGNMENTSThe feature id for the 'Assignments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
BEHAVIOR_DEFINITION_FEATURE_COUNT
static final int BEHAVIOR_DEFINITION_FEATURE_COUNTThe number of structural features of the 'Behavior Definition' class.- See Also:
- Generated class or method.
- Ordered collection.
-
PIN
static final int PINThe meta object id for the 'Pin
' class.- See Also:
- Generated class or method.
-
PIN__ID
static final int PIN__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
PIN__NAME
static final int PIN__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
PIN__OWNER
static final int PIN__OWNERThe feature id for the 'Owner' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
PIN_FEATURE_COUNT
static final int PIN_FEATURE_COUNTThe number of structural features of the 'Pin' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ASSIGNMENT
static final int ASSIGNMENTThe meta object id for the 'Assignment
' class.- See Also:
- Generated class or method.
-
ASSIGNMENT__ID
static final int ASSIGNMENT__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ASSIGNMENT__LHS
static final int ASSIGNMENT__LHSThe feature id for the 'Lhs' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ASSIGNMENT__RHS
static final int ASSIGNMENT__RHSThe feature id for the 'Rhs' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ASSIGNMENT_FEATURE_COUNT
static final int ASSIGNMENT_FEATURE_COUNTThe number of structural features of the 'Assignment' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC
static final int CHARACTERISTICThe meta object id for the 'Characteristic
' class.- See Also:
- Generated class or method.
-
CHARACTERISTIC__ID
static final int CHARACTERISTIC__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC__NAME
static final int CHARACTERISTIC__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC__TYPE
static final int CHARACTERISTIC__TYPEThe feature id for the 'Type' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_FEATURE_COUNT
static final int CHARACTERISTIC_FEATURE_COUNTThe number of structural features of the 'Characteristic' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC
static final int ENUM_CHARACTERISTICThe meta object id for the 'Enum Characteristic
' class.- See Also:
- Generated class or method.
-
ENUM_CHARACTERISTIC__ID
static final int ENUM_CHARACTERISTIC__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC__NAME
static final int ENUM_CHARACTERISTIC__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC__TYPE
static final int ENUM_CHARACTERISTIC__TYPEThe feature id for the 'Type' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC__VALUES
static final int ENUM_CHARACTERISTIC__VALUESThe feature id for the 'Values' reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC__ENUM_CHARACTERISTIC_TYPE
static final int ENUM_CHARACTERISTIC__ENUM_CHARACTERISTIC_TYPEThe feature id for the 'Enum Characteristic Type' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CHARACTERISTIC_FEATURE_COUNT
static final int ENUM_CHARACTERISTIC_FEATURE_COUNTThe number of structural features of the 'Enum Characteristic' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getEntity
EClass getEntity()Returns the meta object for class 'Entity
'.- Returns:
- the meta object for class 'Entity'.
- See Also:
- Generated class or method.
-
getEntity_Name
EAttribute getEntity_Name()Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
- Generated class or method.
-
getDataDictionaryCharacterized
EClass getDataDictionaryCharacterized()Returns the meta object for class 'Data Dictionary Characterized
'.- Returns:
- the meta object for class 'Data Dictionary Characterized'.
- See Also:
- Generated class or method.
-
getDataDictionaryCharacterized_CharacteristicTypes
EReference getDataDictionaryCharacterized_CharacteristicTypes()Returns the meta object for the containment reference list 'Characteristic Types
'.- Returns:
- the meta object for the containment reference list 'Characteristic Types'.
- See Also:
- Generated class or method.
-
getDataDictionaryCharacterized_Enumerations
EReference getDataDictionaryCharacterized_Enumerations()Returns the meta object for the containment reference list 'Enumerations
'.- Returns:
- the meta object for the containment reference list 'Enumerations'.
- See Also:
- Generated class or method.
-
getDataDictionaryCharacterized_BehaviorDefinitions
EReference getDataDictionaryCharacterized_BehaviorDefinitions()Returns the meta object for the containment reference list 'Behavior Definitions
'.- Returns:
- the meta object for the containment reference list 'Behavior Definitions'.
- See Also:
- Generated class or method.
-
getDataDictionaryCharacterized_Characteristics
EReference getDataDictionaryCharacterized_Characteristics()Returns the meta object for the containment reference list 'Characteristics
'.- Returns:
- the meta object for the containment reference list 'Characteristics'.
- See Also:
- Generated class or method.
-
getCharacteristicType
EClass getCharacteristicType()Returns the meta object for class 'Characteristic Type
'.- Returns:
- the meta object for class 'Characteristic Type'.
- See Also:
- Generated class or method.
-
getEnumCharacteristicType
EClass getEnumCharacteristicType()Returns the meta object for class 'Enum Characteristic Type
'.- Returns:
- the meta object for class 'Enum Characteristic Type'.
- See Also:
- Generated class or method.
-
getEnumCharacteristicType_Type
EReference getEnumCharacteristicType_Type()Returns the meta object for the reference 'Type
'.- Returns:
- the meta object for the reference 'Type'.
- See Also:
- Generated class or method.
-
getEnumeration
EClass getEnumeration()Returns the meta object for class 'Enumeration
'.- Returns:
- the meta object for class 'Enumeration'.
- See Also:
- Generated class or method.
-
getEnumeration_Literals
EReference getEnumeration_Literals()Returns the meta object for the containment reference list 'Literals
'.- Returns:
- the meta object for the containment reference list 'Literals'.
- See Also:
- Generated class or method.
-
getLiteral
EClass getLiteral()Returns the meta object for class 'Literal
'.- Returns:
- the meta object for class 'Literal'.
- See Also:
- Generated class or method.
-
getLiteral_Enum
EReference getLiteral_Enum()Returns the meta object for the container reference 'Enum
'.- Returns:
- the meta object for the container reference 'Enum'.
- See Also:
- Generated class or method.
-
getBehaviorDefinition
EClass getBehaviorDefinition()Returns the meta object for class 'Behavior Definition
'.- Returns:
- the meta object for class 'Behavior Definition'.
- See Also:
- Generated class or method.
-
getBehaviorDefinition_Inputs
EReference getBehaviorDefinition_Inputs()Returns the meta object for the containment reference list 'Inputs
'.- Returns:
- the meta object for the containment reference list 'Inputs'.
- See Also:
- Generated class or method.
-
getBehaviorDefinition_Outputs
EReference getBehaviorDefinition_Outputs()Returns the meta object for the containment reference list 'Outputs
'.- Returns:
- the meta object for the containment reference list 'Outputs'.
- See Also:
- Generated class or method.
-
getBehaviorDefinition_Assignments
EReference getBehaviorDefinition_Assignments()Returns the meta object for the containment reference list 'Assignments
'.- Returns:
- the meta object for the containment reference list 'Assignments'.
- See Also:
- Generated class or method.
-
getPin
EClass getPin()Returns the meta object for class 'Pin
'.- Returns:
- the meta object for class 'Pin'.
- See Also:
- Generated class or method.
-
getPin_Owner
EReference getPin_Owner()Returns the meta object for the reference 'Owner
'.- Returns:
- the meta object for the reference 'Owner'.
- See Also:
- Generated class or method.
-
getAssignment
EClass getAssignment()Returns the meta object for class 'Assignment
'.- Returns:
- the meta object for class 'Assignment'.
- See Also:
- Generated class or method.
-
getAssignment_Lhs
EReference getAssignment_Lhs()Returns the meta object for the containment reference 'Lhs
'.- Returns:
- the meta object for the containment reference 'Lhs'.
- See Also:
- Generated class or method.
-
getAssignment_Rhs
EReference getAssignment_Rhs()Returns the meta object for the containment reference 'Rhs
'.- Returns:
- the meta object for the containment reference 'Rhs'.
- See Also:
- Generated class or method.
-
getCharacteristic
EClass getCharacteristic()Returns the meta object for class 'Characteristic
'.- Returns:
- the meta object for class 'Characteristic'.
- See Also:
- Generated class or method.
-
getCharacteristic_Type
EReference getCharacteristic_Type()Returns the meta object for the reference 'Type
'.- Returns:
- the meta object for the reference 'Type'.
- See Also:
- Generated class or method.
-
getEnumCharacteristic
EClass getEnumCharacteristic()Returns the meta object for class 'Enum Characteristic
'.- Returns:
- the meta object for class 'Enum Characteristic'.
- See Also:
- Generated class or method.
-
getEnumCharacteristic_Values
EReference getEnumCharacteristic_Values()Returns the meta object for the reference list 'Values
'.- Returns:
- the meta object for the reference list 'Values'.
- See Also:
- Generated class or method.
-
getEnumCharacteristic_EnumCharacteristicType
EReference getEnumCharacteristic_EnumCharacteristicType()Returns the meta object for the reference 'Enum Characteristic Type
'.- Returns:
- the meta object for the reference 'Enum Characteristic Type'.
- See Also:
- Generated class or method.
-
getDataDictionaryCharacterizedFactory
DataDictionaryCharacterizedFactory getDataDictionaryCharacterizedFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-