Interface XAnnotationsPackage.Literals
-
- Enclosing interface:
- XAnnotationsPackage
public static interface XAnnotationsPackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated:
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClassXANNOTATIONThe meta object literal for the 'XAnnotation' class.static org.eclipse.emf.ecore.EReferenceXANNOTATION__ANNOTATION_TYPEThe meta object literal for the 'Annotation Type' reference feature.static org.eclipse.emf.ecore.EReferenceXANNOTATION__ELEMENT_VALUE_PAIRSThe meta object literal for the 'Element Value Pairs' containment reference list feature.static org.eclipse.emf.ecore.EReferenceXANNOTATION__VALUEThe meta object literal for the 'Value' containment reference feature.static org.eclipse.emf.ecore.EClassXANNOTATION_ELEMENT_VALUE_PAIRThe meta object literal for the 'XAnnotation Element Value Pair' class.static org.eclipse.emf.ecore.EReferenceXANNOTATION_ELEMENT_VALUE_PAIR__ELEMENTThe meta object literal for the 'Element' reference feature.static org.eclipse.emf.ecore.EReferenceXANNOTATION_ELEMENT_VALUE_PAIR__VALUEThe meta object literal for the 'Value' containment reference feature.
-
-
-
Field Detail
-
XANNOTATION
static final org.eclipse.emf.ecore.EClass XANNOTATION
The meta object literal for the 'XAnnotation' class.- Since:
- 2.7
- See Also:
XAnnotationImpl,XAnnotationsPackageImpl.getXAnnotation()- Generated:
-
XANNOTATION__ELEMENT_VALUE_PAIRS
static final org.eclipse.emf.ecore.EReference XANNOTATION__ELEMENT_VALUE_PAIRS
The meta object literal for the 'Element Value Pairs' containment reference list feature.- Since:
- 2.7
- Generated:
-
XANNOTATION__ANNOTATION_TYPE
static final org.eclipse.emf.ecore.EReference XANNOTATION__ANNOTATION_TYPE
The meta object literal for the 'Annotation Type' reference feature.- Since:
- 2.7
- Generated:
-
XANNOTATION__VALUE
static final org.eclipse.emf.ecore.EReference XANNOTATION__VALUE
The meta object literal for the 'Value' containment reference feature.- Since:
- 2.7
- Generated:
-
XANNOTATION_ELEMENT_VALUE_PAIR
static final org.eclipse.emf.ecore.EClass XANNOTATION_ELEMENT_VALUE_PAIR
The meta object literal for the 'XAnnotation Element Value Pair' class.- Since:
- 2.7
- See Also:
XAnnotationElementValuePairImpl,XAnnotationsPackageImpl.getXAnnotationElementValuePair()- Generated:
-
XANNOTATION_ELEMENT_VALUE_PAIR__VALUE
static final org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_PAIR__VALUE
The meta object literal for the 'Value' containment reference feature.- Since:
- 2.7
- Generated:
-
XANNOTATION_ELEMENT_VALUE_PAIR__ELEMENT
static final org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_PAIR__ELEMENT
The meta object literal for the 'Element' reference feature.- Since:
- 2.7
- Generated:
-
-