|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataPackage
The Package for the model. It contains accessors for the meta objects to represent
NOT API
MetadataFactory
Nested Class Summary | |
---|---|
static interface |
MetadataPackage.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 |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static MetadataPackage |
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 |
ENTITY
The meta object id for the ' Entity ' class |
static int |
ENTITY__CHILD_ENTITIES
The feature id for the 'Child Entities' containment reference list |
static int |
ENTITY__ID
The feature id for the 'Id' attribute |
static int |
ENTITY__INCLUDE_GROUPS
The feature id for the 'Include Groups' reference list |
static int |
ENTITY__TRAITS
The feature id for the 'Traits' containment reference list |
static int |
ENTITY__TYPE
The feature id for the 'Type' attribute |
static int |
ENTITY_FEATURE_COUNT
The number of structural features of the 'Entity' class |
static int |
ENTITY_GROUP
The meta object id for the ' Entity Group ' class |
static int |
ENTITY_GROUP__CHILD_ENTITIES
The feature id for the 'Child Entities' containment reference list |
static int |
ENTITY_GROUP__ID
The feature id for the 'Id' attribute |
static int |
ENTITY_GROUP__INCLUDE_GROUPS
The feature id for the 'Include Groups' reference list |
static int |
ENTITY_GROUP__TRAITS
The feature id for the 'Traits' containment reference list |
static int |
ENTITY_GROUP__TYPE
The feature id for the 'Type' attribute |
static int |
ENTITY_GROUP_FEATURE_COUNT
The number of structural features of the 'Entity Group' class |
static int |
IENTITY_VISITOR
The meta object id for the 'IEntity Visitor' data type |
static int |
IMETA_DATA_SOURCE_MODEL_PROVIDER
The meta object id for the 'IMeta Data Source Model Provider' data type |
static int |
INCLUDE_ENTITY_GROUP
The meta object id for the ' Include Entity Group ' class |
static int |
INCLUDE_ENTITY_GROUP__ID
The feature id for the 'Id' attribute |
static int |
INCLUDE_ENTITY_GROUP__MODEL_URI
The feature id for the 'Model Uri' attribute |
static int |
INCLUDE_ENTITY_GROUP_FEATURE_COUNT
The number of structural features of the 'Include Entity Group' class |
static int |
ITRAIT_VISITOR
The meta object id for the 'ITrait Visitor' data type |
static int |
MODEL
The meta object id for the ' Model ' class |
static int |
MODEL__CHILD_ENTITIES
The feature id for the 'Child Entities' containment reference list |
static int |
MODEL__CURRENT_MODEL_CONTEXT
The feature id for the 'Current Model Context' attribute |
static int |
MODEL__ENTITY_GROUPS
The feature id for the 'Entity Groups' reference list |
static int |
MODEL__ID
The feature id for the 'Id' attribute |
static int |
MODEL__INCLUDE_GROUPS
The feature id for the 'Include Groups' reference list |
static int |
MODEL__SOURCE_MODEL_PROVIDER
The feature id for the 'Source Model Provider' attribute |
static int |
MODEL__TRAITS
The feature id for the 'Traits' containment reference list |
static int |
MODEL__TYPE
The feature id for the 'Type' attribute |
static int |
MODEL_CONTEXT
The meta object id for the 'Model Context' data type |
static int |
MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class |
static int |
TRAIT
The meta object id for the ' Trait ' class |
static int |
TRAIT__ID
The feature id for the 'Id' attribute |
static int |
TRAIT__SOURCE_MODEL_PROVIDER
The feature id for the 'Source Model Provider' attribute |
static int |
TRAIT__VALUE
The feature id for the 'Value' containment reference |
static int |
TRAIT_FEATURE_COUNT
The number of structural features of the 'Trait' class |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EReference |
getEntity_ChildEntities()
Returns the meta object for the containment reference list ' Child Entities ' |
org.eclipse.emf.ecore.EAttribute |
getEntity_Id()
Returns the meta object for the attribute ' Id ' |
org.eclipse.emf.ecore.EReference |
getEntity_IncludeGroups()
Returns the meta object for the reference list ' Include Groups ' |
org.eclipse.emf.ecore.EReference |
getEntity_Traits()
Returns the meta object for the containment reference list ' Traits ' |
org.eclipse.emf.ecore.EAttribute |
getEntity_Type()
Returns the meta object for the attribute ' Type ' |
org.eclipse.emf.ecore.EClass |
getEntity()
Returns the meta object for class ' Entity ' |
org.eclipse.emf.ecore.EClass |
getEntityGroup()
Returns the meta object for class ' Entity Group ' |
org.eclipse.emf.ecore.EDataType |
getIEntityVisitor()
Returns the meta object for data type ' IEntity Visitor ' |
org.eclipse.emf.ecore.EDataType |
getIMetaDataSourceModelProvider()
Returns the meta object for data type ' IMeta Data Source Model Provider ' |
org.eclipse.emf.ecore.EAttribute |
getIncludeEntityGroup_Id()
Returns the meta object for the attribute ' Id ' |
org.eclipse.emf.ecore.EAttribute |
getIncludeEntityGroup_ModelUri()
Returns the meta object for the attribute ' Model Uri ' |
org.eclipse.emf.ecore.EClass |
getIncludeEntityGroup()
Returns the meta object for class ' Include Entity Group ' |
org.eclipse.emf.ecore.EDataType |
getITraitVisitor()
Returns the meta object for data type ' ITrait Visitor ' |
MetadataFactory |
getMetadataFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EAttribute |
getModel_CurrentModelContext()
Returns the meta object for the attribute ' Current Model Context ' |
org.eclipse.emf.ecore.EReference |
getModel_EntityGroups()
Returns the meta object for the reference list ' Entity Groups ' |
org.eclipse.emf.ecore.EAttribute |
getModel_SourceModelProvider()
Returns the meta object for the attribute ' Source Model Provider ' |
org.eclipse.emf.ecore.EClass |
getModel()
Returns the meta object for class ' Model ' |
org.eclipse.emf.ecore.EDataType |
getModelContext()
Returns the meta object for data type ' Model Context ' |
org.eclipse.emf.ecore.EAttribute |
getTrait_Id()
Returns the meta object for the attribute ' Id ' |
org.eclipse.emf.ecore.EAttribute |
getTrait_SourceModelProvider()
Returns the meta object for the attribute ' Source Model Provider ' |
org.eclipse.emf.ecore.EReference |
getTrait_Value()
Returns the meta object for the containment reference ' Value ' |
org.eclipse.emf.ecore.EClass |
getTrait()
Returns the meta object for class ' Trait ' |
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.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final MetadataPackage eINSTANCE
static final int TRAIT
Trait
' class.
TraitImpl
,
MetadataPackageImpl.getTrait()
,
Constant Field Valuesstatic final int ENTITY
Entity
' class.
EntityImpl
,
MetadataPackageImpl.getEntity()
,
Constant Field Valuesstatic final int ENTITY__CHILD_ENTITIES
static final int ENTITY__TRAITS
static final int ENTITY__ID
static final int ENTITY__TYPE
static final int ENTITY__INCLUDE_GROUPS
static final int ENTITY_FEATURE_COUNT
static final int MODEL
Model
' class.
ModelImpl
,
MetadataPackageImpl.getModel()
,
Constant Field Valuesstatic final int MODEL__CHILD_ENTITIES
static final int MODEL__TRAITS
static final int MODEL__ID
static final int MODEL__TYPE
static final int MODEL__INCLUDE_GROUPS
static final int MODEL__ENTITY_GROUPS
static final int MODEL__SOURCE_MODEL_PROVIDER
static final int MODEL__CURRENT_MODEL_CONTEXT
static final int MODEL_FEATURE_COUNT
static final int INCLUDE_ENTITY_GROUP
Include Entity Group
' class.
IncludeEntityGroupImpl
,
MetadataPackageImpl.getIncludeEntityGroup()
,
Constant Field Valuesstatic final int ENTITY_GROUP
Entity Group
' class.
EntityGroupImpl
,
MetadataPackageImpl.getEntityGroup()
,
Constant Field Valuesstatic final int ENTITY_GROUP__CHILD_ENTITIES
static final int ENTITY_GROUP__TRAITS
static final int ENTITY_GROUP__ID
static final int ENTITY_GROUP__TYPE
static final int ENTITY_GROUP__INCLUDE_GROUPS
static final int ENTITY_GROUP_FEATURE_COUNT
static final int TRAIT__ID
static final int TRAIT__VALUE
static final int TRAIT__SOURCE_MODEL_PROVIDER
static final int TRAIT_FEATURE_COUNT
static final int INCLUDE_ENTITY_GROUP__ID
static final int INCLUDE_ENTITY_GROUP__MODEL_URI
static final int INCLUDE_ENTITY_GROUP_FEATURE_COUNT
static final int ITRAIT_VISITOR
ITraitVisitor
,
MetadataPackageImpl.getITraitVisitor()
,
Constant Field Valuesstatic final int IENTITY_VISITOR
IEntityVisitor
,
MetadataPackageImpl.getIEntityVisitor()
,
Constant Field Valuesstatic final int IMETA_DATA_SOURCE_MODEL_PROVIDER
IMetaDataSourceModelProvider
,
MetadataPackageImpl.getIMetaDataSourceModelProvider()
,
Constant Field Valuesstatic final int MODEL_CONTEXT
ModelKeyDescriptor
,
MetadataPackageImpl.getModelContext()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getTrait()
Trait
'.
Trait
org.eclipse.emf.ecore.EAttribute getTrait_Id()
Id
'.
Trait.getId()
,
getTrait()
org.eclipse.emf.ecore.EReference getTrait_Value()
Value
'.
Trait.getValue()
,
getTrait()
org.eclipse.emf.ecore.EAttribute getTrait_SourceModelProvider()
Source Model Provider
'.
Trait.getSourceModelProvider()
,
getTrait()
org.eclipse.emf.ecore.EClass getIncludeEntityGroup()
Include Entity Group
'.
IncludeEntityGroup
org.eclipse.emf.ecore.EAttribute getIncludeEntityGroup_Id()
Id
'.
IncludeEntityGroup.getId()
,
getIncludeEntityGroup()
org.eclipse.emf.ecore.EAttribute getIncludeEntityGroup_ModelUri()
Model Uri
'.
IncludeEntityGroup.getModelUri()
,
getIncludeEntityGroup()
org.eclipse.emf.ecore.EClass getModel()
Model
'.
Model
org.eclipse.emf.ecore.EAttribute getModel_SourceModelProvider()
Source Model Provider
'.
Model.getSourceModelProvider()
,
getModel()
org.eclipse.emf.ecore.EAttribute getModel_CurrentModelContext()
Current Model Context
'.
Model.getCurrentModelContext()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_EntityGroups()
Entity Groups
'.
Model.getEntityGroups()
,
getModel()
org.eclipse.emf.ecore.EClass getEntity()
Entity
'.
Entity
org.eclipse.emf.ecore.EReference getEntity_ChildEntities()
Child Entities
'.
Entity.getChildEntities()
,
getEntity()
org.eclipse.emf.ecore.EReference getEntity_Traits()
Traits
'.
Entity.getTraits()
,
getEntity()
org.eclipse.emf.ecore.EAttribute getEntity_Id()
Id
'.
Entity.getId()
,
getEntity()
org.eclipse.emf.ecore.EAttribute getEntity_Type()
Type
'.
Entity.getType()
,
getEntity()
org.eclipse.emf.ecore.EReference getEntity_IncludeGroups()
Include Groups
'.
Entity.getIncludeGroups()
,
getEntity()
org.eclipse.emf.ecore.EClass getEntityGroup()
Entity Group
'.
EntityGroup
org.eclipse.emf.ecore.EDataType getITraitVisitor()
ITrait Visitor
'.
ITraitVisitor
org.eclipse.emf.ecore.EDataType getIEntityVisitor()
IEntity Visitor
'.
IEntityVisitor
org.eclipse.emf.ecore.EDataType getIMetaDataSourceModelProvider()
IMeta Data Source Model Provider
'.
IMetaDataSourceModelProvider
org.eclipse.emf.ecore.EDataType getModelContext()
Model Context
'.
ModelKeyDescriptor
MetadataFactory getMetadataFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |