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

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

public interface AnnotationsPackage
extends EPackage

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

See Also:
AnnotationsFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface AnnotationsPackage.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 ANNOTATABLE
          The meta object id for the 'Annotatable' class.
static int ANNOTATABLE__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int ANNOTATABLE_FEATURE_COUNT
          The number of structural features of the 'Annotatable' class.
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__NAME
          The feature id for the 'Name' attribute.
static int ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Annotation' class.
static int BOOLEAN_ANNOTATION
          The meta object id for the 'Boolean Annotation' class.
static int BOOLEAN_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int BOOLEAN_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int BOOLEAN_ANNOTATION__VALUE
          The feature id for the 'Value' attribute.
static int BOOLEAN_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Boolean Annotation' class.
static int CONTAINMENT_ANNOTATION
          The meta object id for the 'Containment Annotation' class.
static int CONTAINMENT_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int CONTAINMENT_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int CONTAINMENT_ANNOTATION__OBJECT
          The feature id for the 'Object' containment reference.
static int CONTAINMENT_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Containment Annotation' class.
static AnnotationsPackage 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 FLOAT_ANNOTATION
          The meta object id for the 'Float Annotation' class.
static int FLOAT_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int FLOAT_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int FLOAT_ANNOTATION__VALUE
          The feature id for the 'Value' attribute.
static int FLOAT_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Float Annotation' class.
static int IMPORT_ANNOTATION
          The meta object id for the 'Import Annotation' class.
static int IMPORT_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int IMPORT_ANNOTATION__IMPORT_URI
          The feature id for the 'Import URI' attribute.
static int IMPORT_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int IMPORT_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Import Annotation' class.
static int INT_ANNOTATION
          The meta object id for the 'Int Annotation' class.
static int INT_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int INT_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int INT_ANNOTATION__VALUE
          The feature id for the 'Value' attribute.
static int INT_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Int Annotation' class.
static int NAMED_OBJECT
          The meta object id for the 'Named Object' class.
static int NAMED_OBJECT__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int NAMED_OBJECT__NAME
          The feature id for the 'Name' attribute.
static int NAMED_OBJECT_FEATURE_COUNT
          The number of structural features of the 'Named Object' class.
static int REFERENCE_ANNOTATION
          The meta object id for the 'Reference Annotation' class.
static int REFERENCE_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int REFERENCE_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int REFERENCE_ANNOTATION__OBJECT
          The feature id for the 'Object' reference.
static int REFERENCE_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Reference Annotation' class.
static int STRING_ANNOTATION
          The meta object id for the 'String Annotation' class.
static int STRING_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int STRING_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int STRING_ANNOTATION__VALUE
          The feature id for the 'Value' attribute.
static int STRING_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'String Annotation' class.
static int TYPED_STRING_ANNOTATION
          The meta object id for the 'Typed String Annotation' class.
static int TYPED_STRING_ANNOTATION__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int TYPED_STRING_ANNOTATION__NAME
          The feature id for the 'Name' attribute.
static int TYPED_STRING_ANNOTATION__TYPE
          The feature id for the 'Type' attribute.
static int TYPED_STRING_ANNOTATION__VALUE
          The feature id for the 'Value' attribute.
static int TYPED_STRING_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'Typed String Annotation' class.
 
Method Summary
 EReference getAnnotatable_Annotations()
          Returns the meta object for the containment reference list 'Annotations'.
 EClass getAnnotatable()
          Returns the meta object for class 'Annotatable'.
 EClass getAnnotation()
          Returns the meta object for class 'Annotation'.
 AnnotationsFactory getAnnotationsFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getBooleanAnnotation_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getBooleanAnnotation()
          Returns the meta object for class 'Boolean Annotation'.
 EReference getContainmentAnnotation_Object()
          Returns the meta object for the containment reference 'Object'.
 EClass getContainmentAnnotation()
          Returns the meta object for class 'Containment Annotation'.
 EAttribute getFloatAnnotation_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getFloatAnnotation()
          Returns the meta object for class 'Float Annotation'.
 EAttribute getImportAnnotation_ImportURI()
          Returns the meta object for the attribute 'Import URI'.
 EClass getImportAnnotation()
          Returns the meta object for class 'Import Annotation'.
 EAttribute getIntAnnotation_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getIntAnnotation()
          Returns the meta object for class 'Int Annotation'.
 EAttribute getNamedObject_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getNamedObject()
          Returns the meta object for class 'Named Object'.
 EReference getReferenceAnnotation_Object()
          Returns the meta object for the reference 'Object'.
 EClass getReferenceAnnotation()
          Returns the meta object for class 'Reference Annotation'.
 EAttribute getStringAnnotation_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getStringAnnotation()
          Returns the meta object for class 'String Annotation'.
 EAttribute getTypedStringAnnotation_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getTypedStringAnnotation()
          Returns the meta object for class 'Typed String Annotation'.
 
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:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final AnnotationsPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

ANNOTATABLE

static final int ANNOTATABLE
The meta object id for the 'Annotatable' class.

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

ANNOTATABLE__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ANNOTATABLE_FEATURE_COUNT

static final int ANNOTATABLE_FEATURE_COUNT
The number of structural features of the 'Annotatable' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NAMED_OBJECT

static final int NAMED_OBJECT
The meta object id for the 'Named Object' class.

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

NAMED_OBJECT__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NAMED_OBJECT__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NAMED_OBJECT_FEATURE_COUNT

static final int NAMED_OBJECT_FEATURE_COUNT
The number of structural features of the 'Named Object' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ANNOTATION

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

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

ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically 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:
This code was automatically generated.
Ordered

STRING_ANNOTATION

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

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

STRING_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

STRING_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

STRING_ANNOTATION__VALUE

static final int STRING_ANNOTATION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

STRING_ANNOTATION_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

REFERENCE_ANNOTATION

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

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

REFERENCE_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

REFERENCE_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

REFERENCE_ANNOTATION__OBJECT

static final int REFERENCE_ANNOTATION__OBJECT
The feature id for the 'Object' reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

REFERENCE_ANNOTATION_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

BOOLEAN_ANNOTATION

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

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

BOOLEAN_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

BOOLEAN_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

BOOLEAN_ANNOTATION__VALUE

static final int BOOLEAN_ANNOTATION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

BOOLEAN_ANNOTATION_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

INT_ANNOTATION

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

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

INT_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

INT_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

INT_ANNOTATION__VALUE

static final int INT_ANNOTATION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

INT_ANNOTATION_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

FLOAT_ANNOTATION

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

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

FLOAT_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

FLOAT_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

FLOAT_ANNOTATION__VALUE

static final int FLOAT_ANNOTATION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

FLOAT_ANNOTATION_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

CONTAINMENT_ANNOTATION

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

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

CONTAINMENT_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

CONTAINMENT_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

CONTAINMENT_ANNOTATION__OBJECT

static final int CONTAINMENT_ANNOTATION__OBJECT
The feature id for the 'Object' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

CONTAINMENT_ANNOTATION_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

IMPORT_ANNOTATION

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

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

IMPORT_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

IMPORT_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

IMPORT_ANNOTATION__IMPORT_URI

static final int IMPORT_ANNOTATION__IMPORT_URI
The feature id for the 'Import URI' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

IMPORT_ANNOTATION_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TYPED_STRING_ANNOTATION

static final int TYPED_STRING_ANNOTATION
The meta object id for the 'Typed String Annotation' class.

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

TYPED_STRING_ANNOTATION__ANNOTATIONS

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TYPED_STRING_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TYPED_STRING_ANNOTATION__VALUE

static final int TYPED_STRING_ANNOTATION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TYPED_STRING_ANNOTATION__TYPE

static final int TYPED_STRING_ANNOTATION__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TYPED_STRING_ANNOTATION_FEATURE_COUNT

static final int TYPED_STRING_ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Typed String Annotation' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered
Method Detail

getNamedObject

EClass getNamedObject()
Returns the meta object for class 'Named Object'.

Returns:
the meta object for class 'Named Object'.
See Also:
NamedObject
Generated:
This code was automatically generated.

getNamedObject_Name

EAttribute getNamedObject_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
NamedObject.getName(), getNamedObject()
Generated:
This code was automatically generated.

getAnnotatable

EClass getAnnotatable()
Returns the meta object for class 'Annotatable'.

Returns:
the meta object for class 'Annotatable'.
See Also:
Annotatable
Generated:
This code was automatically generated.

getAnnotatable_Annotations

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

Returns:
the meta object for the containment reference list 'Annotations'.
See Also:
Annotatable.getAnnotations(), getAnnotatable()
Generated:
This code was automatically generated.

getAnnotation

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

Returns:
the meta object for class 'Annotation'.
See Also:
Annotation
Generated:
This code was automatically generated.

getStringAnnotation

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

Returns:
the meta object for class 'String Annotation'.
See Also:
StringAnnotation
Generated:
This code was automatically generated.

getStringAnnotation_Value

EAttribute getStringAnnotation_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
StringAnnotation.getValue(), getStringAnnotation()
Generated:
This code was automatically generated.

getReferenceAnnotation

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

Returns:
the meta object for class 'Reference Annotation'.
See Also:
ReferenceAnnotation
Generated:
This code was automatically generated.

getReferenceAnnotation_Object

EReference getReferenceAnnotation_Object()
Returns the meta object for the reference 'Object'.

Returns:
the meta object for the reference 'Object'.
See Also:
ReferenceAnnotation.getObject(), getReferenceAnnotation()
Generated:
This code was automatically generated.

getBooleanAnnotation

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

Returns:
the meta object for class 'Boolean Annotation'.
See Also:
BooleanAnnotation
Generated:
This code was automatically generated.

getBooleanAnnotation_Value

EAttribute getBooleanAnnotation_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
BooleanAnnotation.isValue(), getBooleanAnnotation()
Generated:
This code was automatically generated.

getIntAnnotation

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

Returns:
the meta object for class 'Int Annotation'.
See Also:
IntAnnotation
Generated:
This code was automatically generated.

getIntAnnotation_Value

EAttribute getIntAnnotation_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
IntAnnotation.getValue(), getIntAnnotation()
Generated:
This code was automatically generated.

getFloatAnnotation

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

Returns:
the meta object for class 'Float Annotation'.
See Also:
FloatAnnotation
Generated:
This code was automatically generated.

getFloatAnnotation_Value

EAttribute getFloatAnnotation_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
FloatAnnotation.getValue(), getFloatAnnotation()
Generated:
This code was automatically generated.

getContainmentAnnotation

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

Returns:
the meta object for class 'Containment Annotation'.
See Also:
ContainmentAnnotation
Generated:
This code was automatically generated.

getContainmentAnnotation_Object

EReference getContainmentAnnotation_Object()
Returns the meta object for the containment reference 'Object'.

Returns:
the meta object for the containment reference 'Object'.
See Also:
ContainmentAnnotation.getObject(), getContainmentAnnotation()
Generated:
This code was automatically generated.

getImportAnnotation

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

Returns:
the meta object for class 'Import Annotation'.
See Also:
ImportAnnotation
Generated:
This code was automatically generated.

getImportAnnotation_ImportURI

EAttribute getImportAnnotation_ImportURI()
Returns the meta object for the attribute 'Import URI'.

Returns:
the meta object for the attribute 'Import URI'.
See Also:
ImportAnnotation.getImportURI(), getImportAnnotation()
Generated:
This code was automatically generated.

getTypedStringAnnotation

EClass getTypedStringAnnotation()
Returns the meta object for class 'Typed String Annotation'.

Returns:
the meta object for class 'Typed String Annotation'.
See Also:
TypedStringAnnotation
Generated:
This code was automatically generated.

getTypedStringAnnotation_Type

EAttribute getTypedStringAnnotation_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
TypedStringAnnotation.getType(), getTypedStringAnnotation()
Generated:
This code was automatically generated.

getAnnotationsFactory

AnnotationsFactory getAnnotationsFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.