Interface ReferencesPackage.Literals
-
- Enclosing interface:
- ReferencesPackage
public static interface ReferencesPackage.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 EClassARGUMENTABLEThe meta object literal for the 'Argumentable' class.static EReferenceARGUMENTABLE__ARGUMENTSThe meta object literal for the 'Arguments' containment reference list feature.static EClassELEMENT_REFERENCEThe meta object literal for the 'Element Reference' class.static EReferenceELEMENT_REFERENCE__CONTAINED_TARGETThe meta object literal for the 'Contained Target' containment reference feature.static EReferenceELEMENT_REFERENCE__TARGETThe meta object literal for the 'Target' reference feature.static EClassIDENTIFIER_REFERENCEThe meta object literal for the 'Identifier Reference' class.static EClassMETHOD_CALLThe meta object literal for the 'Method Call' class.static EClassPACKAGE_REFERENCEThe meta object literal for the 'Package Reference' class.static EClassPRIMITIVE_TYPE_REFERENCEThe meta object literal for the 'Primitive Type Reference' class.static EReferencePRIMITIVE_TYPE_REFERENCE__PRIMITIVE_TYPEThe meta object literal for the 'Primitive Type' containment reference feature.static EClassREFERENCEThe meta object literal for the 'Reference' class.static EReferenceREFERENCE__ARRAY_SELECTORSThe meta object literal for the 'Array Selectors' containment reference list feature.static EReferenceREFERENCE__NEXTThe meta object literal for the 'Next' containment reference feature.static EClassREFERENCEABLE_ELEMENTThe meta object literal for the 'Referenceable Element' class.static EClassREFLECTIVE_CLASS_REFERENCEThe meta object literal for the 'Reflective Class Reference' class.static EClassSELF_REFERENCEThe meta object literal for the 'Self Reference' class.static EReferenceSELF_REFERENCE__SELFThe meta object literal for the 'Self' containment reference feature.static EClassSTRING_REFERENCEThe meta object literal for the 'String Reference' class.static EAttributeSTRING_REFERENCE__VALUEThe meta object literal for the 'Value' attribute feature.static EClassTEXT_BLOCK_REFERENCEThe meta object literal for the 'Text Block Reference' class.static EAttributeTEXT_BLOCK_REFERENCE__VALUEThe 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.
-
ELEMENT_REFERENCE__CONTAINED_TARGET
static final EReference ELEMENT_REFERENCE__CONTAINED_TARGET
The meta object literal for the 'Contained Target' containment 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.
-
PACKAGE_REFERENCE
static final EClass PACKAGE_REFERENCE
The meta object literal for the 'Package Reference' class.- See Also:
PackageReferenceImpl,ReferencesPackageImpl.getPackageReference()- Generated class or method.
-
-