org.eclipse.emf.emfstore.internal.common.model
Interface ModelPackage.Literals

Enclosing interface:
ModelPackage

public static interface ModelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass ASSOCIATION_CLASS_ELEMENT
          The meta object literal for the ' Association Class Element' class.
static org.eclipse.emf.ecore.EClass EMF_STORE_PROPERTY
          The meta object literal for the ' EMF Store Property' class.
static org.eclipse.emf.ecore.EAttribute EMF_STORE_PROPERTY__KEY
          The meta object literal for the 'Key' attribute feature.
static org.eclipse.emf.ecore.EAttribute EMF_STORE_PROPERTY__TYPE
          The meta object literal for the 'Type' attribute feature.
static org.eclipse.emf.ecore.EReference EMF_STORE_PROPERTY__VALUE
          The meta object literal for the 'Value' containment reference feature.
static org.eclipse.emf.ecore.EAttribute EMF_STORE_PROPERTY__VERSION
          The meta object literal for the 'Version' attribute feature.
static org.eclipse.emf.ecore.EEnum EMF_STORE_PROPERTY_TYPE
          The meta object literal for the 'EMF Store Property Type' enum.
static org.eclipse.emf.ecore.EClass IDENTIFIABLE_ELEMENT
          The meta object literal for the ' Identifiable Element' class.
static org.eclipse.emf.ecore.EAttribute IDENTIFIABLE_ELEMENT__IDENTIFIER
          The meta object literal for the 'Identifier' attribute feature.
static org.eclipse.emf.ecore.EClass MODEL_ELEMENT_ID
          The meta object literal for the ' Element Id' class.
static org.eclipse.emf.ecore.EClass MODEL_VERSION
          The meta object literal for the 'Version' class.
static org.eclipse.emf.ecore.EAttribute MODEL_VERSION__RELEASE_NUMBER
          The meta object literal for the 'Release Number' attribute feature.
static org.eclipse.emf.ecore.EClass NON_DOMAIN_ELEMENT
          The meta object literal for the 'Non Domain Element' class.
static org.eclipse.emf.ecore.EClass PROJECT
          The meta object literal for the 'Project' class.
static org.eclipse.emf.ecore.EReference PROJECT__CUT_ELEMENTS
          The meta object literal for the 'Cut Elements' containment reference list feature.
static org.eclipse.emf.ecore.EReference PROJECT__MODEL_ELEMENTS
          The meta object literal for the 'Model Elements' containment reference list feature.
static org.eclipse.emf.ecore.EClass PROPERTY_MAP_ENTRY
          The meta object literal for the ' Property Map Entry' class.
static org.eclipse.emf.ecore.EAttribute PROPERTY_MAP_ENTRY__KEY
          The meta object literal for the 'Key' attribute feature.
static org.eclipse.emf.ecore.EReference PROPERTY_MAP_ENTRY__VALUE
          The meta object literal for the 'Value' reference feature.
static org.eclipse.emf.ecore.EClass PROPERTY_STRING_VALUE
          The meta object literal for the ' Property String Value' class.
static org.eclipse.emf.ecore.EAttribute PROPERTY_STRING_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
static org.eclipse.emf.ecore.EClass UNIQUE_IDENTIFIER
          The meta object literal for the ' Unique Identifier' class.
static org.eclipse.emf.ecore.EAttribute UNIQUE_IDENTIFIER__ID
          The meta object literal for the 'Id' attribute feature.
 

Field Detail

PROJECT

static final org.eclipse.emf.ecore.EClass PROJECT
The meta object literal for the 'Project' class.

See Also:
ProjectImpl, ModelPackageImpl.getProject()

PROJECT__MODEL_ELEMENTS

static final org.eclipse.emf.ecore.EReference PROJECT__MODEL_ELEMENTS
The meta object literal for the 'Model Elements' containment reference list feature.


PROJECT__CUT_ELEMENTS

static final org.eclipse.emf.ecore.EReference PROJECT__CUT_ELEMENTS
The meta object literal for the 'Cut Elements' containment reference list feature.


UNIQUE_IDENTIFIER

static final org.eclipse.emf.ecore.EClass UNIQUE_IDENTIFIER
The meta object literal for the ' Unique Identifier' class.

See Also:
UniqueIdentifierImpl, ModelPackageImpl.getUniqueIdentifier()

UNIQUE_IDENTIFIER__ID

static final org.eclipse.emf.ecore.EAttribute UNIQUE_IDENTIFIER__ID
The meta object literal for the 'Id' attribute feature.


IDENTIFIABLE_ELEMENT

static final org.eclipse.emf.ecore.EClass IDENTIFIABLE_ELEMENT
The meta object literal for the ' Identifiable Element' class.

See Also:
IdentifiableElementImpl, ModelPackageImpl.getIdentifiableElement()

IDENTIFIABLE_ELEMENT__IDENTIFIER

static final org.eclipse.emf.ecore.EAttribute IDENTIFIABLE_ELEMENT__IDENTIFIER
The meta object literal for the 'Identifier' attribute feature.


MODEL_ELEMENT_ID

static final org.eclipse.emf.ecore.EClass MODEL_ELEMENT_ID
The meta object literal for the ' Element Id' class.

See Also:
ModelElementIdImpl, ModelPackageImpl.getModelElementId()

MODEL_VERSION

static final org.eclipse.emf.ecore.EClass MODEL_VERSION
The meta object literal for the 'Version' class.

See Also:
ModelVersionImpl, ModelPackageImpl.getModelVersion()

MODEL_VERSION__RELEASE_NUMBER

static final org.eclipse.emf.ecore.EAttribute MODEL_VERSION__RELEASE_NUMBER
The meta object literal for the 'Release Number' attribute feature.


NON_DOMAIN_ELEMENT

static final org.eclipse.emf.ecore.EClass NON_DOMAIN_ELEMENT
The meta object literal for the 'Non Domain Element' class.

See Also:
NonDomainElement, ModelPackageImpl.getNonDomainElement()

ASSOCIATION_CLASS_ELEMENT

static final org.eclipse.emf.ecore.EClass ASSOCIATION_CLASS_ELEMENT
The meta object literal for the ' Association Class Element' class.

See Also:
AssociationClassElement, ModelPackageImpl.getAssociationClassElement()

EMF_STORE_PROPERTY

static final org.eclipse.emf.ecore.EClass EMF_STORE_PROPERTY
The meta object literal for the ' EMF Store Property' class.

See Also:
EMFStorePropertyImpl, ModelPackageImpl.getEMFStoreProperty()

EMF_STORE_PROPERTY__KEY

static final org.eclipse.emf.ecore.EAttribute EMF_STORE_PROPERTY__KEY
The meta object literal for the 'Key' attribute feature.


EMF_STORE_PROPERTY__VALUE

static final org.eclipse.emf.ecore.EReference EMF_STORE_PROPERTY__VALUE
The meta object literal for the 'Value' containment reference feature.


EMF_STORE_PROPERTY__TYPE

static final org.eclipse.emf.ecore.EAttribute EMF_STORE_PROPERTY__TYPE
The meta object literal for the 'Type' attribute feature.


EMF_STORE_PROPERTY__VERSION

static final org.eclipse.emf.ecore.EAttribute EMF_STORE_PROPERTY__VERSION
The meta object literal for the 'Version' attribute feature.


PROPERTY_MAP_ENTRY

static final org.eclipse.emf.ecore.EClass PROPERTY_MAP_ENTRY
The meta object literal for the ' Property Map Entry' class.

See Also:
PropertyMapEntryImpl, ModelPackageImpl.getPropertyMapEntry()

PROPERTY_MAP_ENTRY__KEY

static final org.eclipse.emf.ecore.EAttribute PROPERTY_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.


PROPERTY_MAP_ENTRY__VALUE

static final org.eclipse.emf.ecore.EReference PROPERTY_MAP_ENTRY__VALUE
The meta object literal for the 'Value' reference feature.


PROPERTY_STRING_VALUE

static final org.eclipse.emf.ecore.EClass PROPERTY_STRING_VALUE
The meta object literal for the ' Property String Value' class.

See Also:
PropertyStringValueImpl, ModelPackageImpl.getPropertyStringValue()

PROPERTY_STRING_VALUE__VALUE

static final org.eclipse.emf.ecore.EAttribute PROPERTY_STRING_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.


EMF_STORE_PROPERTY_TYPE

static final org.eclipse.emf.ecore.EEnum EMF_STORE_PROPERTY_TYPE
The meta object literal for the 'EMF Store Property Type' enum.

See Also:
EMFStorePropertyType, ModelPackageImpl.getEMFStorePropertyType()


Copyright © 2015. All Rights Reserved.