Interface AnnotationsPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
AnnotationsPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Annotable
' class.static final int
The feature id for the 'Annotations' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Annotable' class.static final int
The meta object id for the 'Annotation Attribute Setting
' class.static final int
The feature id for the 'Attribute' reference.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Value' containment reference.static final int
The number of structural features of the 'Annotation Attribute Setting' class.static final int
The meta object id for the 'Annotation Instance
' class.static final int
The feature id for the 'Actual Targets' containment reference list.static final int
The feature id for the 'Annotation' reference.static final int
The feature id for the 'Array Selectors' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Namespaces' attribute list.static final int
The feature id for the 'Next' containment reference.static final int
The feature id for the 'Parameter' containment reference.static final int
The feature id for the 'Type Arguments' containment reference list.static final int
The number of structural features of the 'Annotation Instance' class.static final int
The meta object id for the 'Annotation Parameter
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Annotation Parameter' class.static final int
The meta object id for the 'Annotation Parameter List
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Settings' containment reference list.static final int
The number of structural features of the 'Annotation Parameter List' class.static final int
The meta object id for the 'Annotation Value
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Annotation Value' class.static final AnnotationsPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Single Annotation Parameter
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Value' containment reference.static final int
The number of structural features of the 'Single Annotation Parameter' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Annotable
'.Returns the meta object for the containment reference list 'Annotations
'.Returns the meta object for class 'Annotation Attribute Setting
'.Returns the meta object for the reference 'Attribute
'.Returns the meta object for the containment reference 'Value
'.Returns the meta object for class 'Annotation Instance
'.Returns the meta object for the reference 'Annotation
'.Returns the meta object for the containment reference 'Parameter
'.Returns the meta object for class 'Annotation Parameter
'.Returns the meta object for class 'Annotation Parameter List
'.Returns the meta object for the containment reference list 'Settings
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Annotation Value
'.Returns the meta object for class 'Single Annotation Parameter
'.Returns the meta object for the containment reference 'Value
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ANNOTABLE
static final int ANNOTABLEThe meta object id for the 'Annotable
' class.- See Also:
- Generated class or method.
-
ANNOTABLE__LAYOUT_INFORMATIONS
static final int ANNOTABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTABLE__ANNOTATIONS
static final int ANNOTABLE__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTABLE_FEATURE_COUNT
static final int ANNOTABLE_FEATURE_COUNTThe number of structural features of the 'Annotable' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE
static final int ANNOTATION_INSTANCEThe meta object id for the 'Annotation Instance
' class.- See Also:
- Generated class or method.
-
ANNOTATION_INSTANCE__LAYOUT_INFORMATIONS
static final int ANNOTATION_INSTANCE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE__NAMESPACES
static final int ANNOTATION_INSTANCE__NAMESPACESThe feature id for the 'Namespaces' attribute list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE__TYPE_ARGUMENTS
static final int ANNOTATION_INSTANCE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE__ACTUAL_TARGETS
static final int ANNOTATION_INSTANCE__ACTUAL_TARGETSThe feature id for the 'Actual Targets' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE__NEXT
static final int ANNOTATION_INSTANCE__NEXTThe feature id for the 'Next' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE__ARRAY_SELECTORS
static final int ANNOTATION_INSTANCE__ARRAY_SELECTORSThe feature id for the 'Array Selectors' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE__ANNOTATION
static final int ANNOTATION_INSTANCE__ANNOTATIONThe feature id for the 'Annotation' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE__PARAMETER
static final int ANNOTATION_INSTANCE__PARAMETERThe feature id for the 'Parameter' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_INSTANCE_FEATURE_COUNT
static final int ANNOTATION_INSTANCE_FEATURE_COUNTThe number of structural features of the 'Annotation Instance' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_PARAMETER
static final int ANNOTATION_PARAMETERThe meta object id for the 'Annotation Parameter
' class.- See Also:
- Generated class or method.
-
ANNOTATION_PARAMETER__LAYOUT_INFORMATIONS
static final int ANNOTATION_PARAMETER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_PARAMETER_FEATURE_COUNT
static final int ANNOTATION_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Annotation Parameter' class.- See Also:
- Generated class or method.
- Ordered collection.
-
SINGLE_ANNOTATION_PARAMETER
static final int SINGLE_ANNOTATION_PARAMETERThe meta object id for the 'Single Annotation Parameter
' class.- See Also:
- Generated class or method.
-
SINGLE_ANNOTATION_PARAMETER__LAYOUT_INFORMATIONS
static final int SINGLE_ANNOTATION_PARAMETER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
SINGLE_ANNOTATION_PARAMETER__VALUE
static final int SINGLE_ANNOTATION_PARAMETER__VALUEThe feature id for the 'Value' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
SINGLE_ANNOTATION_PARAMETER_FEATURE_COUNT
static final int SINGLE_ANNOTATION_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Single Annotation Parameter' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_PARAMETER_LIST
static final int ANNOTATION_PARAMETER_LISTThe meta object id for the 'Annotation Parameter List
' class.- See Also:
- Generated class or method.
-
ANNOTATION_PARAMETER_LIST__LAYOUT_INFORMATIONS
static final int ANNOTATION_PARAMETER_LIST__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_PARAMETER_LIST__SETTINGS
static final int ANNOTATION_PARAMETER_LIST__SETTINGSThe feature id for the 'Settings' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_PARAMETER_LIST_FEATURE_COUNT
static final int ANNOTATION_PARAMETER_LIST_FEATURE_COUNTThe number of structural features of the 'Annotation Parameter List' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_ATTRIBUTE_SETTING
static final int ANNOTATION_ATTRIBUTE_SETTINGThe meta object id for the 'Annotation Attribute Setting
' class.- See Also:
- Generated class or method.
-
ANNOTATION_ATTRIBUTE_SETTING__LAYOUT_INFORMATIONS
static final int ANNOTATION_ATTRIBUTE_SETTING__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_ATTRIBUTE_SETTING__ATTRIBUTE
static final int ANNOTATION_ATTRIBUTE_SETTING__ATTRIBUTEThe feature id for the 'Attribute' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_ATTRIBUTE_SETTING__VALUE
static final int ANNOTATION_ATTRIBUTE_SETTING__VALUEThe feature id for the 'Value' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_ATTRIBUTE_SETTING_FEATURE_COUNT
static final int ANNOTATION_ATTRIBUTE_SETTING_FEATURE_COUNTThe number of structural features of the 'Annotation Attribute Setting' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_VALUE
static final int ANNOTATION_VALUEThe meta object id for the 'Annotation Value
' class.- See Also:
- Generated class or method.
-
ANNOTATION_VALUE__LAYOUT_INFORMATIONS
static final int ANNOTATION_VALUE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_VALUE_FEATURE_COUNT
static final int ANNOTATION_VALUE_FEATURE_COUNTThe number of structural features of the 'Annotation Value' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getAnnotable
EClass getAnnotable()Returns the meta object for class 'Annotable
'.- Returns:
- the meta object for class 'Annotable'.
- See Also:
- Generated class or method.
-
getAnnotable_Annotations
EReference getAnnotable_Annotations()Returns the meta object for the containment reference list 'Annotations
'.- Returns:
- the meta object for the containment reference list 'Annotations'.
- See Also:
- Generated class or method.
-
getAnnotationInstance
EClass getAnnotationInstance()Returns the meta object for class 'Annotation Instance
'.- Returns:
- the meta object for class 'Annotation Instance'.
- See Also:
- Generated class or method.
-
getAnnotationInstance_Annotation
EReference getAnnotationInstance_Annotation()Returns the meta object for the reference 'Annotation
'.- Returns:
- the meta object for the reference 'Annotation'.
- See Also:
- Generated class or method.
-
getAnnotationInstance_Parameter
EReference getAnnotationInstance_Parameter()Returns the meta object for the containment reference 'Parameter
'.- Returns:
- the meta object for the containment reference 'Parameter'.
- See Also:
- Generated class or method.
-
getAnnotationParameter
EClass getAnnotationParameter()Returns the meta object for class 'Annotation Parameter
'.- Returns:
- the meta object for class 'Annotation Parameter'.
- See Also:
- Generated class or method.
-
getSingleAnnotationParameter
EClass getSingleAnnotationParameter()Returns the meta object for class 'Single Annotation Parameter
'.- Returns:
- the meta object for class 'Single Annotation Parameter'.
- See Also:
- Generated class or method.
-
getSingleAnnotationParameter_Value
EReference getSingleAnnotationParameter_Value()Returns the meta object for the containment reference 'Value
'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
- Generated class or method.
-
getAnnotationParameterList
EClass getAnnotationParameterList()Returns the meta object for class 'Annotation Parameter List
'.- Returns:
- the meta object for class 'Annotation Parameter List'.
- See Also:
- Generated class or method.
-
getAnnotationParameterList_Settings
EReference getAnnotationParameterList_Settings()Returns the meta object for the containment reference list 'Settings
'.- Returns:
- the meta object for the containment reference list 'Settings'.
- See Also:
- Generated class or method.
-
getAnnotationAttributeSetting
EClass getAnnotationAttributeSetting()Returns the meta object for class 'Annotation Attribute Setting
'.- Returns:
- the meta object for class 'Annotation Attribute Setting'.
- See Also:
- Generated class or method.
-
getAnnotationAttributeSetting_Attribute
EReference getAnnotationAttributeSetting_Attribute()Returns the meta object for the reference 'Attribute
'.- Returns:
- the meta object for the reference 'Attribute'.
- See Also:
- Generated class or method.
-
getAnnotationAttributeSetting_Value
EReference getAnnotationAttributeSetting_Value()Returns the meta object for the containment reference 'Value
'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
- Generated class or method.
-
getAnnotationValue
EClass getAnnotationValue()Returns the meta object for class 'Annotation Value
'.- Returns:
- the meta object for class 'Annotation Value'.
- See Also:
- Generated class or method.
-
getAnnotationsFactory
AnnotationsFactory getAnnotationsFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-