Interface AnnotationsPackage.Literals
-
- Enclosing interface:
- AnnotationsPackage
public 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
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
ANNOTABLE
The meta object literal for the 'Annotable
' class.static EReference
ANNOTABLE__ANNOTATIONS
The meta object literal for the 'Annotations' containment reference list feature.static EClass
ANNOTATION_ATTRIBUTE_SETTING
The meta object literal for the 'Annotation Attribute Setting
' class.static EReference
ANNOTATION_ATTRIBUTE_SETTING__ATTRIBUTE
The meta object literal for the 'Attribute' reference feature.static EReference
ANNOTATION_ATTRIBUTE_SETTING__VALUE
The meta object literal for the 'Value' containment reference feature.static EClass
ANNOTATION_INSTANCE
The meta object literal for the 'Annotation Instance
' class.static EReference
ANNOTATION_INSTANCE__ANNOTATION
The meta object literal for the 'Annotation' reference feature.static EReference
ANNOTATION_INSTANCE__PARAMETER
The meta object literal for the 'Parameter' containment reference feature.static EClass
ANNOTATION_PARAMETER
The meta object literal for the 'Annotation Parameter
' class.static EClass
ANNOTATION_PARAMETER_LIST
The meta object literal for the 'Annotation Parameter List
' class.static EReference
ANNOTATION_PARAMETER_LIST__SETTINGS
The meta object literal for the 'Settings' containment reference list feature.static EClass
ANNOTATION_VALUE
The meta object literal for the 'Annotation Value
' class.static EClass
SINGLE_ANNOTATION_PARAMETER
The meta object literal for the 'Single Annotation Parameter
' class.static EReference
SINGLE_ANNOTATION_PARAMETER__VALUE
The meta object literal for the 'Value' containment reference feature.
-
-
-
Field Detail
-
ANNOTABLE
static final EClass ANNOTABLE
The meta object literal for the 'Annotable
' class.- See Also:
AnnotableImpl
,AnnotationsPackageImpl.getAnnotable()
- Generated class or method.
-
ANNOTABLE__ANNOTATIONS
static final EReference ANNOTABLE__ANNOTATIONS
The meta object literal for the 'Annotations' containment reference list feature.- Generated class or method.
-
ANNOTATION_INSTANCE
static final EClass ANNOTATION_INSTANCE
The meta object literal for the 'Annotation Instance
' class.- See Also:
AnnotationInstanceImpl
,AnnotationsPackageImpl.getAnnotationInstance()
- Generated class or method.
-
ANNOTATION_INSTANCE__ANNOTATION
static final EReference ANNOTATION_INSTANCE__ANNOTATION
The meta object literal for the 'Annotation' reference feature.- Generated class or method.
-
ANNOTATION_INSTANCE__PARAMETER
static final EReference ANNOTATION_INSTANCE__PARAMETER
The meta object literal for the 'Parameter' containment reference feature.- Generated class or method.
-
ANNOTATION_PARAMETER
static final EClass ANNOTATION_PARAMETER
The meta object literal for the 'Annotation Parameter
' class.- See Also:
AnnotationParameterImpl
,AnnotationsPackageImpl.getAnnotationParameter()
- Generated class or method.
-
SINGLE_ANNOTATION_PARAMETER
static final EClass SINGLE_ANNOTATION_PARAMETER
The meta object literal for the 'Single Annotation Parameter
' class.- See Also:
SingleAnnotationParameterImpl
,AnnotationsPackageImpl.getSingleAnnotationParameter()
- Generated class or method.
-
SINGLE_ANNOTATION_PARAMETER__VALUE
static final EReference SINGLE_ANNOTATION_PARAMETER__VALUE
The meta object literal for the 'Value' containment reference feature.- Generated class or method.
-
ANNOTATION_PARAMETER_LIST
static final EClass ANNOTATION_PARAMETER_LIST
The meta object literal for the 'Annotation Parameter List
' class.- See Also:
AnnotationParameterListImpl
,AnnotationsPackageImpl.getAnnotationParameterList()
- Generated class or method.
-
ANNOTATION_PARAMETER_LIST__SETTINGS
static final EReference ANNOTATION_PARAMETER_LIST__SETTINGS
The meta object literal for the 'Settings' containment reference list feature.- Generated class or method.
-
ANNOTATION_ATTRIBUTE_SETTING
static final EClass ANNOTATION_ATTRIBUTE_SETTING
The meta object literal for the 'Annotation Attribute Setting
' class.- See Also:
AnnotationAttributeSettingImpl
,AnnotationsPackageImpl.getAnnotationAttributeSetting()
- Generated class or method.
-
ANNOTATION_ATTRIBUTE_SETTING__ATTRIBUTE
static final EReference ANNOTATION_ATTRIBUTE_SETTING__ATTRIBUTE
The meta object literal for the 'Attribute' reference feature.- Generated class or method.
-
ANNOTATION_ATTRIBUTE_SETTING__VALUE
static final EReference ANNOTATION_ATTRIBUTE_SETTING__VALUE
The meta object literal for the 'Value' containment reference feature.- Generated class or method.
-
ANNOTATION_VALUE
static final EClass ANNOTATION_VALUE
The meta object literal for the 'Annotation Value
' class.- See Also:
AnnotationValueImpl
,AnnotationsPackageImpl.getAnnotationValue()
- Generated class or method.
-
-