org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic
Interface SemanticPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SemanticPackageImpl

public interface SemanticPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
SemanticFactory

Nested Class Summary
static interface SemanticPackage.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 SemanticPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int SEMANTIC_COMPOSITE_OPERATION
          The meta object id for the ' Composite Operation' class.
static int SEMANTIC_COMPOSITE_OPERATION__ACCEPTED
          The feature id for the 'Accepted' attribute.
static int SEMANTIC_COMPOSITE_OPERATION__CLIENT_DATE
          The feature id for the 'Client Date' attribute.
static int SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_DESCRIPTION
          The feature id for the 'Composite Description' attribute.
static int SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_NAME
          The feature id for the 'Composite Name' attribute.
static int SEMANTIC_COMPOSITE_OPERATION__IDENTIFIER
          The feature id for the 'Identifier' attribute.
static int SEMANTIC_COMPOSITE_OPERATION__MAIN_OPERATION
          The feature id for the 'Main Operation' reference.
static int SEMANTIC_COMPOSITE_OPERATION__MODEL_ELEMENT_ID
          The feature id for the 'Model Element Id' containment reference.
static int SEMANTIC_COMPOSITE_OPERATION__REVERSED
          The feature id for the 'Reversed' attribute.
static int SEMANTIC_COMPOSITE_OPERATION__SUB_OPERATIONS
          The feature id for the 'Sub Operations' containment reference list.
static int SEMANTIC_COMPOSITE_OPERATION_FEATURE_COUNT
          The number of structural features of the 'Composite Operation' class.
 
Method Summary
 org.eclipse.emf.ecore.EClass getSemanticCompositeOperation()
          Returns the meta object for class ' Composite Operation'.
 SemanticFactory getSemanticFactory()
          Returns the factory that creates the instances of the model.
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final SemanticPackage eINSTANCE
The singleton instance of the package.


SEMANTIC_COMPOSITE_OPERATION

static final int SEMANTIC_COMPOSITE_OPERATION
The meta object id for the ' Composite Operation' class.

See Also:
SemanticCompositeOperationImpl, SemanticPackageImpl.getSemanticCompositeOperation(), Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__IDENTIFIER

static final int SEMANTIC_COMPOSITE_OPERATION__IDENTIFIER
The feature id for the 'Identifier' attribute.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__MODEL_ELEMENT_ID

static final int SEMANTIC_COMPOSITE_OPERATION__MODEL_ELEMENT_ID
The feature id for the 'Model Element Id' containment reference.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__ACCEPTED

static final int SEMANTIC_COMPOSITE_OPERATION__ACCEPTED
The feature id for the 'Accepted' attribute.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__CLIENT_DATE

static final int SEMANTIC_COMPOSITE_OPERATION__CLIENT_DATE
The feature id for the 'Client Date' attribute.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__SUB_OPERATIONS

static final int SEMANTIC_COMPOSITE_OPERATION__SUB_OPERATIONS
The feature id for the 'Sub Operations' containment reference list.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__MAIN_OPERATION

static final int SEMANTIC_COMPOSITE_OPERATION__MAIN_OPERATION
The feature id for the 'Main Operation' reference.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_NAME

static final int SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_NAME
The feature id for the 'Composite Name' attribute.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_DESCRIPTION

static final int SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_DESCRIPTION
The feature id for the 'Composite Description' attribute.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION__REVERSED

static final int SEMANTIC_COMPOSITE_OPERATION__REVERSED
The feature id for the 'Reversed' attribute.

See Also:
Constant Field Values

SEMANTIC_COMPOSITE_OPERATION_FEATURE_COUNT

static final int SEMANTIC_COMPOSITE_OPERATION_FEATURE_COUNT
The number of structural features of the 'Composite Operation' class.

See Also:
Constant Field Values
Method Detail

getSemanticCompositeOperation

org.eclipse.emf.ecore.EClass getSemanticCompositeOperation()
Returns the meta object for class ' Composite Operation'.

Returns:
the meta object for class 'Composite Operation'.
See Also:
SemanticCompositeOperation

getSemanticFactory

SemanticFactory getSemanticFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 2015. All Rights Reserved.