Interface ReferencesPackage.Literals
-
- Enclosing interface:
- ReferencesPackage
public static interface ReferencesPackage.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
ARGUMENTABLE
The meta object literal for the 'Argumentable
' class.static EReference
ARGUMENTABLE__ARGUMENTS
The meta object literal for the 'Arguments' containment reference list feature.static EClass
ELEMENT_REFERENCE
The meta object literal for the 'Element Reference
' class.static EReference
ELEMENT_REFERENCE__TARGET
The meta object literal for the 'Target' reference feature.static EClass
IDENTIFIER_REFERENCE
The meta object literal for the 'Identifier Reference
' class.static EClass
METHOD_CALL
The meta object literal for the 'Method Call
' class.static EClass
PRIMITIVE_TYPE_REFERENCE
The meta object literal for the 'Primitive Type Reference
' class.static EReference
PRIMITIVE_TYPE_REFERENCE__PRIMITIVE_TYPE
The meta object literal for the 'Primitive Type' containment reference feature.static EClass
REFERENCE
The meta object literal for the 'Reference
' class.static EReference
REFERENCE__ARRAY_SELECTORS
The meta object literal for the 'Array Selectors' containment reference list feature.static EReference
REFERENCE__NEXT
The meta object literal for the 'Next' containment reference feature.static EClass
REFERENCEABLE_ELEMENT
The meta object literal for the 'Referenceable Element
' class.static EClass
REFLECTIVE_CLASS_REFERENCE
The meta object literal for the 'Reflective Class Reference
' class.static EClass
SELF_REFERENCE
The meta object literal for the 'Self Reference
' class.static EReference
SELF_REFERENCE__SELF
The meta object literal for the 'Self' containment reference feature.static EClass
STRING_REFERENCE
The meta object literal for the 'String Reference
' class.static EAttribute
STRING_REFERENCE__VALUE
The meta object literal for the 'Value' attribute feature.static EClass
TEXT_BLOCK_REFERENCE
The meta object literal for the 'Text Block Reference
' class.static EAttribute
TEXT_BLOCK_REFERENCE__VALUE
The meta object literal for the 'Value' attribute feature.
-
-
-
Field Detail
-
REFERENCE
static final EClass REFERENCE
The meta object literal for the 'Reference
' class.- See Also:
ReferenceImpl
,ReferencesPackageImpl.getReference()
- Generated class or method.
-
REFERENCE__NEXT
static final EReference REFERENCE__NEXT
The meta object literal for the 'Next' containment reference feature.- Generated class or method.
-
REFERENCE__ARRAY_SELECTORS
static final EReference REFERENCE__ARRAY_SELECTORS
The meta object literal for the 'Array Selectors' containment reference list feature.- Generated class or method.
-
ARGUMENTABLE
static final EClass ARGUMENTABLE
The meta object literal for the 'Argumentable
' class.- See Also:
ArgumentableImpl
,ReferencesPackageImpl.getArgumentable()
- Generated class or method.
-
ARGUMENTABLE__ARGUMENTS
static final EReference ARGUMENTABLE__ARGUMENTS
The meta object literal for the 'Arguments' containment reference list feature.- Generated class or method.
-
REFERENCEABLE_ELEMENT
static final EClass REFERENCEABLE_ELEMENT
The meta object literal for the 'Referenceable Element
' class.- See Also:
ReferenceableElementImpl
,ReferencesPackageImpl.getReferenceableElement()
- Generated class or method.
-
ELEMENT_REFERENCE
static final EClass ELEMENT_REFERENCE
The meta object literal for the 'Element Reference
' class.- See Also:
ElementReferenceImpl
,ReferencesPackageImpl.getElementReference()
- Generated class or method.
-
ELEMENT_REFERENCE__TARGET
static final EReference ELEMENT_REFERENCE__TARGET
The meta object literal for the 'Target' reference feature.- Generated class or method.
-
IDENTIFIER_REFERENCE
static final EClass IDENTIFIER_REFERENCE
The meta object literal for the 'Identifier Reference
' class.- See Also:
IdentifierReferenceImpl
,ReferencesPackageImpl.getIdentifierReference()
- Generated class or method.
-
METHOD_CALL
static final EClass METHOD_CALL
The meta object literal for the 'Method Call
' class.- See Also:
MethodCallImpl
,ReferencesPackageImpl.getMethodCall()
- Generated class or method.
-
REFLECTIVE_CLASS_REFERENCE
static final EClass REFLECTIVE_CLASS_REFERENCE
The meta object literal for the 'Reflective Class Reference
' class.- See Also:
ReflectiveClassReferenceImpl
,ReferencesPackageImpl.getReflectiveClassReference()
- Generated class or method.
-
PRIMITIVE_TYPE_REFERENCE
static final EClass PRIMITIVE_TYPE_REFERENCE
The meta object literal for the 'Primitive Type Reference
' class.- See Also:
PrimitiveTypeReferenceImpl
,ReferencesPackageImpl.getPrimitiveTypeReference()
- Generated class or method.
-
PRIMITIVE_TYPE_REFERENCE__PRIMITIVE_TYPE
static final EReference PRIMITIVE_TYPE_REFERENCE__PRIMITIVE_TYPE
The meta object literal for the 'Primitive Type' containment reference feature.- Generated class or method.
-
STRING_REFERENCE
static final EClass STRING_REFERENCE
The meta object literal for the 'String Reference
' class.- See Also:
StringReferenceImpl
,ReferencesPackageImpl.getStringReference()
- Generated class or method.
-
STRING_REFERENCE__VALUE
static final EAttribute STRING_REFERENCE__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
SELF_REFERENCE
static final EClass SELF_REFERENCE
The meta object literal for the 'Self Reference
' class.- See Also:
SelfReferenceImpl
,ReferencesPackageImpl.getSelfReference()
- Generated class or method.
-
SELF_REFERENCE__SELF
static final EReference SELF_REFERENCE__SELF
The meta object literal for the 'Self' containment reference feature.- Generated class or method.
-
TEXT_BLOCK_REFERENCE
static final EClass TEXT_BLOCK_REFERENCE
The meta object literal for the 'Text Block Reference
' class.- See Also:
TextBlockReferenceImpl
,ReferencesPackageImpl.getTextBlockReference()
- Generated class or method.
-
TEXT_BLOCK_REFERENCE__VALUE
static final EAttribute TEXT_BLOCK_REFERENCE__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
-