de.cau.cs.kieler.core.annotations
Interface AnnotationsPackage.Literals

Enclosing interface:
AnnotationsPackage

public static interface AnnotationsPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass ANNOTATABLE
          The meta object literal for the 'Annotatable' class.
static EReference ANNOTATABLE__ANNOTATIONS
          The meta object literal for the 'Annotations' containment reference list feature.
static EClass ANNOTATION
          The meta object literal for the 'Annotation' class.
static EClass BOOLEAN_ANNOTATION
          The meta object literal for the 'Boolean Annotation' class.
static EAttribute BOOLEAN_ANNOTATION__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass CONTAINMENT_ANNOTATION
          The meta object literal for the 'Containment Annotation' class.
static EReference CONTAINMENT_ANNOTATION__OBJECT
          The meta object literal for the 'Object' containment reference feature.
static EClass FLOAT_ANNOTATION
          The meta object literal for the 'Float Annotation' class.
static EAttribute FLOAT_ANNOTATION__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass IMPORT_ANNOTATION
          The meta object literal for the 'Import Annotation' class.
static EAttribute IMPORT_ANNOTATION__IMPORT_URI
          The meta object literal for the 'Import URI' attribute feature.
static EClass INT_ANNOTATION
          The meta object literal for the 'Int Annotation' class.
static EAttribute INT_ANNOTATION__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass NAMED_OBJECT
          The meta object literal for the 'Named Object' class.
static EAttribute NAMED_OBJECT__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass REFERENCE_ANNOTATION
          The meta object literal for the 'Reference Annotation' class.
static EReference REFERENCE_ANNOTATION__OBJECT
          The meta object literal for the 'Object' reference feature.
static EClass STRING_ANNOTATION
          The meta object literal for the 'String Annotation' class.
static EAttribute STRING_ANNOTATION__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass TYPED_STRING_ANNOTATION
          The meta object literal for the 'Typed String Annotation' class.
static EAttribute TYPED_STRING_ANNOTATION__TYPE
          The meta object literal for the 'Type' attribute feature.
 

Field Detail

NAMED_OBJECT

static final EClass NAMED_OBJECT
The meta object literal for the 'Named Object' class.

See Also:
NamedObjectImpl, AnnotationsPackageImpl.getNamedObject()
Generated:
This code was automatically generated.

NAMED_OBJECT__NAME

static final EAttribute NAMED_OBJECT__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

ANNOTATABLE

static final EClass ANNOTATABLE
The meta object literal for the 'Annotatable' class.

See Also:
AnnotatableImpl, AnnotationsPackageImpl.getAnnotatable()
Generated:
This code was automatically generated.

ANNOTATABLE__ANNOTATIONS

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

Generated:
This code was automatically generated.

ANNOTATION

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

See Also:
AnnotationImpl, AnnotationsPackageImpl.getAnnotation()
Generated:
This code was automatically generated.

STRING_ANNOTATION

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

See Also:
StringAnnotationImpl, AnnotationsPackageImpl.getStringAnnotation()
Generated:
This code was automatically generated.

STRING_ANNOTATION__VALUE

static final EAttribute STRING_ANNOTATION__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

REFERENCE_ANNOTATION

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

See Also:
ReferenceAnnotationImpl, AnnotationsPackageImpl.getReferenceAnnotation()
Generated:
This code was automatically generated.

REFERENCE_ANNOTATION__OBJECT

static final EReference REFERENCE_ANNOTATION__OBJECT
The meta object literal for the 'Object' reference feature.

Generated:
This code was automatically generated.

BOOLEAN_ANNOTATION

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

See Also:
BooleanAnnotationImpl, AnnotationsPackageImpl.getBooleanAnnotation()
Generated:
This code was automatically generated.

BOOLEAN_ANNOTATION__VALUE

static final EAttribute BOOLEAN_ANNOTATION__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

INT_ANNOTATION

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

See Also:
IntAnnotationImpl, AnnotationsPackageImpl.getIntAnnotation()
Generated:
This code was automatically generated.

INT_ANNOTATION__VALUE

static final EAttribute INT_ANNOTATION__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

FLOAT_ANNOTATION

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

See Also:
FloatAnnotationImpl, AnnotationsPackageImpl.getFloatAnnotation()
Generated:
This code was automatically generated.

FLOAT_ANNOTATION__VALUE

static final EAttribute FLOAT_ANNOTATION__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

CONTAINMENT_ANNOTATION

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

See Also:
ContainmentAnnotationImpl, AnnotationsPackageImpl.getContainmentAnnotation()
Generated:
This code was automatically generated.

CONTAINMENT_ANNOTATION__OBJECT

static final EReference CONTAINMENT_ANNOTATION__OBJECT
The meta object literal for the 'Object' containment reference feature.

Generated:
This code was automatically generated.

IMPORT_ANNOTATION

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

See Also:
ImportAnnotationImpl, AnnotationsPackageImpl.getImportAnnotation()
Generated:
This code was automatically generated.

IMPORT_ANNOTATION__IMPORT_URI

static final EAttribute IMPORT_ANNOTATION__IMPORT_URI
The meta object literal for the 'Import URI' attribute feature.

Generated:
This code was automatically generated.

TYPED_STRING_ANNOTATION

static final EClass TYPED_STRING_ANNOTATION
The meta object literal for the 'Typed String Annotation' class.

See Also:
TypedStringAnnotationImpl, AnnotationsPackageImpl.getTypedStringAnnotation()
Generated:
This code was automatically generated.

TYPED_STRING_ANNOTATION__TYPE

static final EAttribute TYPED_STRING_ANNOTATION__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.