Interface AnnotationsPackage.Literals
-
- Enclosing interface:
- AnnotationsPackage
public static interface AnnotationsPackage.LiteralsDefines 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 EClassANNOTABLEThe meta object literal for the 'Annotable' class.static EReferenceANNOTABLE__ANNOTATIONSThe meta object literal for the 'Annotations' containment reference list feature.static EClassANNOTATION_ATTRIBUTE_SETTINGThe meta object literal for the 'Annotation Attribute Setting' class.static EReferenceANNOTATION_ATTRIBUTE_SETTING__ATTRIBUTEThe meta object literal for the 'Attribute' reference feature.static EReferenceANNOTATION_ATTRIBUTE_SETTING__VALUEThe meta object literal for the 'Value' containment reference feature.static EClassANNOTATION_INSTANCEThe meta object literal for the 'Annotation Instance' class.static EReferenceANNOTATION_INSTANCE__ANNOTATIONThe meta object literal for the 'Annotation' reference feature.static EReferenceANNOTATION_INSTANCE__PARAMETERThe meta object literal for the 'Parameter' containment reference feature.static EClassANNOTATION_PARAMETERThe meta object literal for the 'Annotation Parameter' class.static EClassANNOTATION_PARAMETER_LISTThe meta object literal for the 'Annotation Parameter List' class.static EReferenceANNOTATION_PARAMETER_LIST__SETTINGSThe meta object literal for the 'Settings' containment reference list feature.static EClassANNOTATION_VALUEThe meta object literal for the 'Annotation Value' class.static EClassSINGLE_ANNOTATION_PARAMETERThe meta object literal for the 'Single Annotation Parameter' class.static EReferenceSINGLE_ANNOTATION_PARAMETER__VALUEThe 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.
-
-