org.eclipse.emf.cdo.etypes
Interface EtypesPackage.Literals

Enclosing interface:
EtypesPackage

public static interface EtypesPackage.Literals

Defines literals for the meta objects that represent

Generated
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Field Summary
static EClass ANNOTATION
          The meta object literal for the 'Annotation' class
static EReference ANNOTATION__CONTENTS
          The meta object literal for the 'Contents' containment reference list feature.
static EReference ANNOTATION__DETAILS
          The meta object literal for the 'Details' map feature.
static EReference ANNOTATION__MODEL_ELEMENT
          The meta object literal for the 'Model Element' container reference feature
static EReference ANNOTATION__REFERENCES
          The meta object literal for the 'References' reference list feature
static EAttribute ANNOTATION__SOURCE
          The meta object literal for the 'Source' attribute feature
static EDataType BLOB
          The meta object literal for the 'Blob' data type
static EDataType CLOB
          The meta object literal for the 'Clob' data type
static EDataType LOB
          The meta object literal for the 'Lob' data type
static EClass MODEL_ELEMENT
          The meta object literal for the 'Model Element' class
static EReference MODEL_ELEMENT__ANNOTATIONS
          The meta object literal for the 'Annotations' containment reference list feature.
 

Field Detail

MODEL_ELEMENT

static final EClass MODEL_ELEMENT
The meta object literal for the 'Model Element' class.

See Also:
ModelElementImpl, EtypesPackageImpl.getModelElement()
Generated

MODEL_ELEMENT__ANNOTATIONS

static final EReference MODEL_ELEMENT__ANNOTATIONS
The meta object literal for the 'Annotations' containment reference list feature.

Generated

ANNOTATION

static final EClass ANNOTATION
The meta object literal for the 'Annotation' class.

See Also:
AnnotationImpl, EtypesPackageImpl.getAnnotation()
Generated

ANNOTATION__SOURCE

static final EAttribute ANNOTATION__SOURCE
The meta object literal for the 'Source' attribute feature.

Generated

ANNOTATION__DETAILS

static final EReference ANNOTATION__DETAILS
The meta object literal for the 'Details' map feature.

Generated

ANNOTATION__MODEL_ELEMENT

static final EReference ANNOTATION__MODEL_ELEMENT
The meta object literal for the 'Model Element' container reference feature.

Generated

ANNOTATION__CONTENTS

static final EReference ANNOTATION__CONTENTS
The meta object literal for the 'Contents' containment reference list feature.

Generated

ANNOTATION__REFERENCES

static final EReference ANNOTATION__REFERENCES
The meta object literal for the 'References' reference list feature.

Generated

BLOB

static final EDataType BLOB
The meta object literal for the 'Blob' data type.

See Also:
CDOBlob, EtypesPackageImpl.getBlob()
Generated

CLOB

static final EDataType CLOB
The meta object literal for the 'Clob' data type.

See Also:
CDOClob, EtypesPackageImpl.getClob()
Generated

LOB

static final EDataType LOB
The meta object literal for the 'Lob' data type.

Since:
4.1
See Also:
CDOLob, EtypesPackageImpl.getLob()
Generated


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