Interface ValuetypePackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ValuetypePackageImpl
public interface ValuetypePackage 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:
ValuetypeFactory
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore invocationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot' settingDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot' validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot'"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ValuetypePackage.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 int
BASE_VALUE_TYPE
The meta object id for the 'Base Value Type
' class.static int
BASE_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
BASE_VALUE_TYPE__ID
The feature id for the 'Id' attribute.static int
BASE_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Base Value Type' class.static int
COLLECTION_VALUE_TYPE
The meta object id for the 'Collection Value Type
' class.static int
COLLECTION_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
COLLECTION_VALUE_TYPE__ID
The feature id for the 'Id' attribute.static int
COLLECTION_VALUE_TYPE__LOWER_BOUND
The feature id for the 'Lower Bound' attribute.static int
COLLECTION_VALUE_TYPE__NESTED_TYPE
The feature id for the 'Nested Type' reference.static int
COLLECTION_VALUE_TYPE__UPPER_BOUND
The feature id for the 'Upper Bound' attribute.static int
COLLECTION_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Collection Value Type' class.static int
EDATA_TYPE_VALUE_TYPE
The meta object id for the 'EData Type Value Type
' class.static int
EDATA_TYPE_VALUE_TYPE__BASE_TYPE
The feature id for the 'Base Type' reference.static int
EDATA_TYPE_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
EDATA_TYPE_VALUE_TYPE__ID
The feature id for the 'Id' attribute.static int
EDATA_TYPE_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'EData Type Value Type' class.static ValuetypePackage
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
ENUM_LITERAL
The meta object id for the 'Enum Literal
' class.static int
ENUM_LITERAL__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
ENUM_LITERAL__MANIFESTATION
The feature id for the 'Manifestation' containment reference.static int
ENUM_LITERAL__VALUETYPE
The feature id for the 'Valuetype' reference.static int
ENUM_LITERAL_FEATURE_COUNT
The number of structural features of the 'Enum Literal' class.static int
ENUM_VALUE_TYPE
The meta object id for the 'Enum Value Type
' class.static int
ENUM_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
ENUM_VALUE_TYPE__ID
The feature id for the 'Id' attribute.static int
ENUM_VALUE_TYPE__LITERALS
The feature id for the 'Literals' containment reference list.static int
ENUM_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Enum Value Type' class.static int
STRUCTURED_VALUE_TYPE
The meta object id for the 'Structured Value Type
' class.static int
STRUCTURED_VALUE_TYPE__ELEMENTS
The feature id for the 'Elements' containment reference list.static int
STRUCTURED_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
STRUCTURED_VALUE_TYPE__ID
The feature id for the 'Id' attribute.static int
STRUCTURED_VALUE_TYPE_ELEMENT
The meta object id for the 'Structured Value Type Element
' class.static int
STRUCTURED_VALUE_TYPE_ELEMENT__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
STRUCTURED_VALUE_TYPE_ELEMENT__VALUETYPE
The feature id for the 'Valuetype' reference.static int
STRUCTURED_VALUE_TYPE_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Structured Value Type Element' class.static int
STRUCTURED_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Structured Value Type' class.static int
VALUE_TYPE
The meta object id for the 'Value Type
' class.static int
VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
VALUE_TYPE__ID
The feature id for the 'Id' attribute.static int
VALUE_TYPE_ALIAS
The meta object id for the 'Value Type Alias
' class.static int
VALUE_TYPE_ALIAS__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
VALUE_TYPE_ALIAS__ID
The feature id for the 'Id' attribute.static int
VALUE_TYPE_ALIAS__ORIGINAL_VALUE_TYPE
The feature id for the 'Original Value Type' reference.static int
VALUE_TYPE_ALIAS_FEATURE_COUNT
The number of structural features of the 'Value Type Alias' class.static int
VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Value Type' class.static int
VALUE_TYPE_REPOSITORY
The meta object id for the 'Value Type Repository
' class.static int
VALUE_TYPE_REPOSITORY__VALUETYPE
The feature id for the 'Valuetype' containment reference list.static int
VALUE_TYPE_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Value Type Repository' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getBaseValueType()
Returns the meta object for class 'Base Value Type
'.EClass
getCollectionValueType()
Returns the meta object for class 'Collection Value Type
'.EAttribute
getCollectionValueType_LowerBound()
Returns the meta object for the attribute 'Lower Bound
'.EReference
getCollectionValueType_NestedType()
Returns the meta object for the reference 'Nested Type
'.EAttribute
getCollectionValueType_UpperBound()
Returns the meta object for the attribute 'Upper Bound
'.EClass
getEDataTypeValueType()
Returns the meta object for class 'EData Type Value Type
'.EReference
getEDataTypeValueType_BaseType()
Returns the meta object for the reference 'Base Type
'.EClass
getEnumLiteral()
Returns the meta object for class 'Enum Literal
'.EClass
getEnumValueType()
Returns the meta object for class 'Enum Value Type
'.EReference
getEnumValueType_Literals()
Returns the meta object for the containment reference list 'Literals
'.EClass
getStructuredValueType()
Returns the meta object for class 'Structured Value Type
'.EReference
getStructuredValueType_Elements()
Returns the meta object for the containment reference list 'Elements
'.EClass
getStructuredValueTypeElement()
Returns the meta object for class 'Structured Value Type Element
'.EReference
getStructuredValueTypeElement_Valuetype()
Returns the meta object for the reference 'Valuetype
'.EClass
getValueType()
Returns the meta object for class 'Value Type
'.EClass
getValueTypeAlias()
Returns the meta object for class 'Value Type Alias
'.EReference
getValueTypeAlias_OriginalValueType()
Returns the meta object for the reference 'Original Value Type
'.ValuetypeFactory
getValuetypeFactory()
Returns the factory that creates the instances of the model.EClass
getValueTypeRepository()
Returns the meta object for class 'Value Type Repository
'.EReference
getValueTypeRepository_Valuetype()
Returns the meta object for the containment reference list 'Valuetype
'.-
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 java.lang.String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final java.lang.String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final java.lang.String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final ValuetypePackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
VALUE_TYPE
static final int VALUE_TYPE
The meta object id for the 'Value Type
' class.- See Also:
ValueTypeImpl
,ValuetypePackageImpl.getValueType()
, Constant Field Values- Generated class or method.
-
VALUE_TYPE__ID
static final int VALUE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE__ENTITY_NAME
static final int VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_FEATURE_COUNT
static final int VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Value Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
BASE_VALUE_TYPE
static final int BASE_VALUE_TYPE
The meta object id for the 'Base Value Type
' class.- See Also:
BaseValueTypeImpl
,ValuetypePackageImpl.getBaseValueType()
, Constant Field Values- Generated class or method.
-
BASE_VALUE_TYPE__ID
static final int BASE_VALUE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
BASE_VALUE_TYPE__ENTITY_NAME
static final int BASE_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
BASE_VALUE_TYPE_FEATURE_COUNT
static final int BASE_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Base Value Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EDATA_TYPE_VALUE_TYPE
static final int EDATA_TYPE_VALUE_TYPE
The meta object id for the 'EData Type Value Type
' class.- See Also:
EDataTypeValueTypeImpl
,ValuetypePackageImpl.getEDataTypeValueType()
, Constant Field Values- Generated class or method.
-
EDATA_TYPE_VALUE_TYPE__ID
static final int EDATA_TYPE_VALUE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EDATA_TYPE_VALUE_TYPE__ENTITY_NAME
static final int EDATA_TYPE_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EDATA_TYPE_VALUE_TYPE__BASE_TYPE
static final int EDATA_TYPE_VALUE_TYPE__BASE_TYPE
The feature id for the 'Base Type' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EDATA_TYPE_VALUE_TYPE_FEATURE_COUNT
static final int EDATA_TYPE_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'EData Type Value Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRUCTURED_VALUE_TYPE
static final int STRUCTURED_VALUE_TYPE
The meta object id for the 'Structured Value Type
' class.- See Also:
StructuredValueTypeImpl
,ValuetypePackageImpl.getStructuredValueType()
, Constant Field Values- Generated class or method.
-
STRUCTURED_VALUE_TYPE__ID
static final int STRUCTURED_VALUE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRUCTURED_VALUE_TYPE__ENTITY_NAME
static final int STRUCTURED_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRUCTURED_VALUE_TYPE__ELEMENTS
static final int STRUCTURED_VALUE_TYPE__ELEMENTS
The feature id for the 'Elements' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRUCTURED_VALUE_TYPE_FEATURE_COUNT
static final int STRUCTURED_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Structured Value Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_VALUE_TYPE
static final int ENUM_VALUE_TYPE
The meta object id for the 'Enum Value Type
' class.- See Also:
EnumValueTypeImpl
,ValuetypePackageImpl.getEnumValueType()
, Constant Field Values- Generated class or method.
-
ENUM_VALUE_TYPE__ID
static final int ENUM_VALUE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_VALUE_TYPE__ENTITY_NAME
static final int ENUM_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_VALUE_TYPE__LITERALS
static final int ENUM_VALUE_TYPE__LITERALS
The feature id for the 'Literals' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_VALUE_TYPE_FEATURE_COUNT
static final int ENUM_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Enum Value Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_VALUE_TYPE
static final int COLLECTION_VALUE_TYPE
The meta object id for the 'Collection Value Type
' class.- See Also:
CollectionValueTypeImpl
,ValuetypePackageImpl.getCollectionValueType()
, Constant Field Values- Generated class or method.
-
COLLECTION_VALUE_TYPE__ID
static final int COLLECTION_VALUE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_VALUE_TYPE__ENTITY_NAME
static final int COLLECTION_VALUE_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_VALUE_TYPE__NESTED_TYPE
static final int COLLECTION_VALUE_TYPE__NESTED_TYPE
The feature id for the 'Nested Type' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_VALUE_TYPE__LOWER_BOUND
static final int COLLECTION_VALUE_TYPE__LOWER_BOUND
The feature id for the 'Lower Bound' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_VALUE_TYPE__UPPER_BOUND
static final int COLLECTION_VALUE_TYPE__UPPER_BOUND
The feature id for the 'Upper Bound' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_VALUE_TYPE_FEATURE_COUNT
static final int COLLECTION_VALUE_TYPE_FEATURE_COUNT
The number of structural features of the 'Collection Value Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_REPOSITORY
static final int VALUE_TYPE_REPOSITORY
The meta object id for the 'Value Type Repository
' class.- See Also:
ValueTypeRepositoryImpl
,ValuetypePackageImpl.getValueTypeRepository()
, Constant Field Values- Generated class or method.
-
VALUE_TYPE_REPOSITORY__VALUETYPE
static final int VALUE_TYPE_REPOSITORY__VALUETYPE
The feature id for the 'Valuetype' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_REPOSITORY_FEATURE_COUNT
static final int VALUE_TYPE_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Value Type Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_ALIAS
static final int VALUE_TYPE_ALIAS
The meta object id for the 'Value Type Alias
' class.- See Also:
ValueTypeAliasImpl
,ValuetypePackageImpl.getValueTypeAlias()
, Constant Field Values- Generated class or method.
-
VALUE_TYPE_ALIAS__ID
static final int VALUE_TYPE_ALIAS__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_ALIAS__ENTITY_NAME
static final int VALUE_TYPE_ALIAS__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_ALIAS__ORIGINAL_VALUE_TYPE
static final int VALUE_TYPE_ALIAS__ORIGINAL_VALUE_TYPE
The feature id for the 'Original Value Type' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_TYPE_ALIAS_FEATURE_COUNT
static final int VALUE_TYPE_ALIAS_FEATURE_COUNT
The number of structural features of the 'Value Type Alias' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRUCTURED_VALUE_TYPE_ELEMENT
static final int STRUCTURED_VALUE_TYPE_ELEMENT
The meta object id for the 'Structured Value Type Element
' class.- See Also:
StructuredValueTypeElementImpl
,ValuetypePackageImpl.getStructuredValueTypeElement()
, Constant Field Values- Generated class or method.
-
STRUCTURED_VALUE_TYPE_ELEMENT__ENTITY_NAME
static final int STRUCTURED_VALUE_TYPE_ELEMENT__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRUCTURED_VALUE_TYPE_ELEMENT__VALUETYPE
static final int STRUCTURED_VALUE_TYPE_ELEMENT__VALUETYPE
The feature id for the 'Valuetype' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRUCTURED_VALUE_TYPE_ELEMENT_FEATURE_COUNT
static final int STRUCTURED_VALUE_TYPE_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Structured Value Type Element' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_LITERAL
static final int ENUM_LITERAL
The meta object id for the 'Enum Literal
' class.- See Also:
EnumLiteralImpl
,ValuetypePackageImpl.getEnumLiteral()
, Constant Field Values- Generated class or method.
-
ENUM_LITERAL__MANIFESTATION
static final int ENUM_LITERAL__MANIFESTATION
The feature id for the 'Manifestation' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_LITERAL__VALUETYPE
static final int ENUM_LITERAL__VALUETYPE
The feature id for the 'Valuetype' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_LITERAL__ENTITY_NAME
static final int ENUM_LITERAL__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUM_LITERAL_FEATURE_COUNT
static final int ENUM_LITERAL_FEATURE_COUNT
The number of structural features of the 'Enum Literal' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getValueType
EClass getValueType()
Returns the meta object for class 'Value Type
'.- Returns:
- the meta object for class 'Value Type'.
- See Also:
ValueType
- Generated class or method.
-
getEDataTypeValueType
EClass getEDataTypeValueType()
Returns the meta object for class 'EData Type Value Type
'.- Returns:
- the meta object for class 'EData Type Value Type'.
- See Also:
EDataTypeValueType
- Generated class or method.
-
getEDataTypeValueType_BaseType
EReference getEDataTypeValueType_BaseType()
Returns the meta object for the reference 'Base Type
'.- Returns:
- the meta object for the reference 'Base Type'.
- See Also:
EDataTypeValueType.getBaseType()
,getEDataTypeValueType()
- Generated class or method.
-
getStructuredValueType
EClass getStructuredValueType()
Returns the meta object for class 'Structured Value Type
'.- Returns:
- the meta object for class 'Structured Value Type'.
- See Also:
StructuredValueType
- Generated class or method.
-
getStructuredValueType_Elements
EReference getStructuredValueType_Elements()
Returns the meta object for the containment reference list 'Elements
'.- Returns:
- the meta object for the containment reference list 'Elements'.
- See Also:
StructuredValueType.getElements()
,getStructuredValueType()
- Generated class or method.
-
getBaseValueType
EClass getBaseValueType()
Returns the meta object for class 'Base Value Type
'.- Returns:
- the meta object for class 'Base Value Type'.
- See Also:
BaseValueType
- Generated class or method.
-
getEnumValueType
EClass getEnumValueType()
Returns the meta object for class 'Enum Value Type
'.- Returns:
- the meta object for class 'Enum Value Type'.
- See Also:
EnumValueType
- Generated class or method.
-
getEnumValueType_Literals
EReference getEnumValueType_Literals()
Returns the meta object for the containment reference list 'Literals
'.- Returns:
- the meta object for the containment reference list 'Literals'.
- See Also:
EnumValueType.getLiterals()
,getEnumValueType()
- Generated class or method.
-
getCollectionValueType
EClass getCollectionValueType()
Returns the meta object for class 'Collection Value Type
'.- Returns:
- the meta object for class 'Collection Value Type'.
- See Also:
CollectionValueType
- Generated class or method.
-
getCollectionValueType_NestedType
EReference getCollectionValueType_NestedType()
Returns the meta object for the reference 'Nested Type
'.- Returns:
- the meta object for the reference 'Nested Type'.
- See Also:
CollectionValueType.getNestedType()
,getCollectionValueType()
- Generated class or method.
-
getCollectionValueType_LowerBound
EAttribute getCollectionValueType_LowerBound()
Returns the meta object for the attribute 'Lower Bound
'.- Returns:
- the meta object for the attribute 'Lower Bound'.
- See Also:
CollectionValueType.getLowerBound()
,getCollectionValueType()
- Generated class or method.
-
getCollectionValueType_UpperBound
EAttribute getCollectionValueType_UpperBound()
Returns the meta object for the attribute 'Upper Bound
'.- Returns:
- the meta object for the attribute 'Upper Bound'.
- See Also:
CollectionValueType.getUpperBound()
,getCollectionValueType()
- Generated class or method.
-
getValueTypeRepository
EClass getValueTypeRepository()
Returns the meta object for class 'Value Type Repository
'.- Returns:
- the meta object for class 'Value Type Repository'.
- See Also:
ValueTypeRepository
- Generated class or method.
-
getValueTypeRepository_Valuetype
EReference getValueTypeRepository_Valuetype()
Returns the meta object for the containment reference list 'Valuetype
'.- Returns:
- the meta object for the containment reference list 'Valuetype'.
- See Also:
ValueTypeRepository.getValuetype()
,getValueTypeRepository()
- Generated class or method.
-
getValueTypeAlias
EClass getValueTypeAlias()
Returns the meta object for class 'Value Type Alias
'.- Returns:
- the meta object for class 'Value Type Alias'.
- See Also:
ValueTypeAlias
- Generated class or method.
-
getValueTypeAlias_OriginalValueType
EReference getValueTypeAlias_OriginalValueType()
Returns the meta object for the reference 'Original Value Type
'.- Returns:
- the meta object for the reference 'Original Value Type'.
- See Also:
ValueTypeAlias.getOriginalValueType()
,getValueTypeAlias()
- Generated class or method.
-
getStructuredValueTypeElement
EClass getStructuredValueTypeElement()
Returns the meta object for class 'Structured Value Type Element
'.- Returns:
- the meta object for class 'Structured Value Type Element'.
- See Also:
StructuredValueTypeElement
- Generated class or method.
-
getStructuredValueTypeElement_Valuetype
EReference getStructuredValueTypeElement_Valuetype()
Returns the meta object for the reference 'Valuetype
'.- Returns:
- the meta object for the reference 'Valuetype'.
- See Also:
StructuredValueTypeElement.getValuetype()
,getStructuredValueTypeElement()
- Generated class or method.
-
getEnumLiteral
EClass getEnumLiteral()
Returns the meta object for class 'Enum Literal
'.- Returns:
- the meta object for class 'Enum Literal'.
- See Also:
EnumLiteral
- Generated class or method.
-
getValuetypeFactory
ValuetypeFactory getValuetypeFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-