org.eclipse.emf.cdo.etypes
Interface EtypesPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
EtypesPackageImpl

public interface EtypesPackage
extends EPackage

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

See Also:
EtypesFactory
Generated
Model
kind="package"
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static interface EtypesPackage.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
static int ANNOTATION
          The meta object id for the 'Annotation' class.
static int ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list
static int ANNOTATION__CONTENTS
          The feature id for the 'Contents' containment reference list
static int ANNOTATION__DETAILS
          The feature id for the 'Details' map
static int ANNOTATION__MODEL_ELEMENT
          The feature id for the 'Model Element' container reference
static int ANNOTATION__REFERENCES
          The feature id for the 'References' reference list
static int ANNOTATION__SOURCE
          The feature id for the 'Source' attribute
static int ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Annotation' class
static int BLOB
          The meta object id for the 'Blob' data type
static int CLOB
          The meta object id for the 'Clob' data type
static EtypesPackage 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 LOB
          The meta object id for the 'Lob' data type
static int MODEL_ELEMENT
          The meta object id for the 'Model Element' class
static int MODEL_ELEMENT__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list
static int MODEL_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Model Element' class.
 
Method Summary
 EReference getAnnotation_Contents()
          Returns the meta object for the containment reference list 'Contents'
 EReference getAnnotation_Details()
          Returns the meta object for the map 'Details'
 EReference getAnnotation_ModelElement()
          Returns the meta object for the container reference 'Model Element'
 EReference getAnnotation_References()
          Returns the meta object for the reference list 'References'
 EAttribute getAnnotation_Source()
          Returns the meta object for the attribute 'Source'
 EClass getAnnotation()
          Returns the meta object for class 'Annotation'.
 EDataType getBlob()
          Returns the meta object for data type 'Blob'.
 EDataType getClob()
          Returns the meta object for data type 'Clob'.
 EtypesFactory getEtypesFactory()
          Returns the factory that creates the instances of the model
 EDataType getLob()
          Returns the meta object for data type 'Lob'.
 EReference getModelElement_Annotations()
          Returns the meta object for the containment reference list 'Annotations'
 EClass getModelElement()
          Returns the meta object for class 'Model Element'.
 
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
Generated

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated

eINSTANCE

static final EtypesPackage eINSTANCE
The singleton instance of the package.

Generated

MODEL_ELEMENT

static final int MODEL_ELEMENT
The meta object id for the 'Model Element' class.

See Also:
ModelElementImpl, EtypesPackageImpl.getModelElement(), Constant Field Values
Generated

MODEL_ELEMENT__ANNOTATIONS

static final int MODEL_ELEMENT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

MODEL_ELEMENT_FEATURE_COUNT

static final int MODEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Model Element' class.

See Also:
Constant Field Values
Generated
Ordered

ANNOTATION

static final int ANNOTATION
The meta object id for the 'Annotation' class.

See Also:
AnnotationImpl, EtypesPackageImpl.getAnnotation(), Constant Field Values
Generated

ANNOTATION__ANNOTATIONS

static final int ANNOTATION__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

ANNOTATION__SOURCE

static final int ANNOTATION__SOURCE
The feature id for the 'Source' attribute.

See Also:
Constant Field Values
Generated
Ordered

ANNOTATION__DETAILS

static final int ANNOTATION__DETAILS
The feature id for the 'Details' map.

See Also:
Constant Field Values
Generated
Ordered

ANNOTATION__MODEL_ELEMENT

static final int ANNOTATION__MODEL_ELEMENT
The feature id for the 'Model Element' container reference.

See Also:
Constant Field Values
Generated
Ordered

ANNOTATION__CONTENTS

static final int ANNOTATION__CONTENTS
The feature id for the 'Contents' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

ANNOTATION__REFERENCES

static final int ANNOTATION__REFERENCES
The feature id for the 'References' reference list.

See Also:
Constant Field Values
Generated
Ordered

ANNOTATION_FEATURE_COUNT

static final int ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Annotation' class.

See Also:
Constant Field Values
Generated
Ordered

BLOB

static final int BLOB
The meta object id for the 'Blob' data type.

See Also:
CDOBlob, EtypesPackageImpl.getBlob(), Constant Field Values
Generated

CLOB

static final int CLOB
The meta object id for the 'Clob' data type.

See Also:
CDOClob, EtypesPackageImpl.getClob(), Constant Field Values
Generated

LOB

static final int LOB
The meta object id for the 'Lob' data type.

Since:
4.1
See Also:
CDOLob, EtypesPackageImpl.getLob(), Constant Field Values
Generated
Method Detail

getModelElement

EClass getModelElement()
Returns the meta object for class 'Model Element'.

Returns:
the meta object for class 'Model Element'.
See Also:
ModelElement
Generated

getModelElement_Annotations

EReference getModelElement_Annotations()
Returns the meta object for the containment reference list 'Annotations'.

Returns:
the meta object for the containment reference list 'Annotations'.
See Also:
ModelElement.getAnnotations(), getModelElement()
Generated

getAnnotation

EClass getAnnotation()
Returns the meta object for class 'Annotation'.

Returns:
the meta object for class 'Annotation'.
See Also:
Annotation
Generated

getAnnotation_Source

EAttribute getAnnotation_Source()
Returns the meta object for the attribute 'Source'.

Returns:
the meta object for the attribute 'Source'.
See Also:
Annotation.getSource(), getAnnotation()
Generated

getAnnotation_Details

EReference getAnnotation_Details()
Returns the meta object for the map 'Details'.

Returns:
the meta object for the map 'Details'.
See Also:
Annotation.getDetails(), getAnnotation()
Generated

getAnnotation_ModelElement

EReference getAnnotation_ModelElement()
Returns the meta object for the container reference 'Model Element'.

Returns:
the meta object for the container reference 'Model Element'.
See Also:
Annotation.getModelElement(), getAnnotation()
Generated

getAnnotation_Contents

EReference getAnnotation_Contents()
Returns the meta object for the containment reference list 'Contents'.

Returns:
the meta object for the containment reference list 'Contents'.
See Also:
Annotation.getContents(), getAnnotation()
Generated

getAnnotation_References

EReference getAnnotation_References()
Returns the meta object for the reference list 'References'.

Returns:
the meta object for the reference list 'References'.
See Also:
Annotation.getReferences(), getAnnotation()
Generated

getBlob

EDataType getBlob()
Returns the meta object for data type 'Blob'.

Returns:
the meta object for data type 'Blob'.
See Also:
CDOBlob
Generated
Model
instanceClass="org.eclipse.emf.cdo.common.lob.CDOBlob"

getClob

EDataType getClob()
Returns the meta object for data type 'Clob'.

Returns:
the meta object for data type 'Clob'.
See Also:
CDOClob
Generated
Model
instanceClass="org.eclipse.emf.cdo.common.lob.CDOClob"

getLob

EDataType getLob()
Returns the meta object for data type 'Lob'.

Returns:
the meta object for data type 'Lob'.
Since:
4.1
See Also:
CDOLob
Generated
Model
instanceClass="org.eclipse.emf.cdo.common.lob.CDOLob"

getEtypesFactory

EtypesFactory getEtypesFactory()
Returns the factory that creates the instances of the model.

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


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.