org.eclipse.xtext.xbase.annotations.xAnnotations
Interface XAnnotationsPackage.Literals

Enclosing interface:
XAnnotationsPackage

public static interface XAnnotationsPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass XANNOTATION
          The meta object literal for the 'XAnnotation' class.
static org.eclipse.emf.ecore.EReference XANNOTATION__ANNOTATION_TYPE
          The meta object literal for the 'Annotation Type' reference feature.
static org.eclipse.emf.ecore.EReference XANNOTATION__ELEMENT_VALUE_PAIRS
          The meta object literal for the 'Element Value Pairs' containment reference list feature.
static org.eclipse.emf.ecore.EReference XANNOTATION__VALUE
          The meta object literal for the 'Value' containment reference feature.
static org.eclipse.emf.ecore.EClass XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION
          The meta object literal for the 'XAnnotation Element Value Binary Operation' class.
static org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__LEFT_OPERAND
          The meta object literal for the 'Left Operand' containment reference feature.
static org.eclipse.emf.ecore.EAttribute XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__OPERATOR
          The meta object literal for the 'Operator' attribute feature.
static org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__RIGHT_OPERAND
          The meta object literal for the 'Right Operand' containment reference feature.
static org.eclipse.emf.ecore.EClass XANNOTATION_ELEMENT_VALUE_PAIR
          The meta object literal for the 'XAnnotation Element Value Pair' class.
static org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_PAIR__ELEMENT
          The meta object literal for the 'Element' reference feature.
static org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_PAIR__VALUE
          The meta object literal for the 'Value' containment reference feature.
static org.eclipse.emf.ecore.EClass XANNOTATION_VALUE_ARRAY
          The meta object literal for the 'XAnnotation Value Array' class.
static org.eclipse.emf.ecore.EReference XANNOTATION_VALUE_ARRAY__VALUES
          The meta object literal for the 'Values' containment reference list feature.
 

Field Detail

XANNOTATION

static final org.eclipse.emf.ecore.EClass XANNOTATION
The meta object literal for the 'XAnnotation' class.

See Also:
XAnnotationImpl, XAnnotationsPackageImpl.getXAnnotation()
EMF generated code

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.

EMF generated code

XANNOTATION__ANNOTATION_TYPE

static final org.eclipse.emf.ecore.EReference XANNOTATION__ANNOTATION_TYPE
The meta object literal for the 'Annotation Type' reference feature.

EMF generated code

XANNOTATION__VALUE

static final org.eclipse.emf.ecore.EReference XANNOTATION__VALUE
The meta object literal for the 'Value' containment reference feature.

EMF generated code

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.

See Also:
XAnnotationElementValuePairImpl, XAnnotationsPackageImpl.getXAnnotationElementValuePair()
EMF generated code

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.

EMF generated code

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.

EMF generated code

XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION

static final org.eclipse.emf.ecore.EClass XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION
The meta object literal for the 'XAnnotation Element Value Binary Operation' class.

See Also:
XAnnotationElementValueBinaryOperationImpl, XAnnotationsPackageImpl.getXAnnotationElementValueBinaryOperation()
EMF generated code

XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__LEFT_OPERAND

static final org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__LEFT_OPERAND
The meta object literal for the 'Left Operand' containment reference feature.

EMF generated code

XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__RIGHT_OPERAND

static final org.eclipse.emf.ecore.EReference XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__RIGHT_OPERAND
The meta object literal for the 'Right Operand' containment reference feature.

EMF generated code

XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__OPERATOR

static final org.eclipse.emf.ecore.EAttribute XANNOTATION_ELEMENT_VALUE_BINARY_OPERATION__OPERATOR
The meta object literal for the 'Operator' attribute feature.

EMF generated code

XANNOTATION_VALUE_ARRAY

static final org.eclipse.emf.ecore.EClass XANNOTATION_VALUE_ARRAY
The meta object literal for the 'XAnnotation Value Array' class.

See Also:
XAnnotationValueArrayImpl, XAnnotationsPackageImpl.getXAnnotationValueArray()
EMF generated code

XANNOTATION_VALUE_ARRAY__VALUES

static final org.eclipse.emf.ecore.EReference XANNOTATION_VALUE_ARRAY__VALUES
The meta object literal for the 'Values' containment reference list feature.

EMF generated code