Interface GenericsPackage.Literals
- Enclosing interface:
- GenericsPackage
public static interface GenericsPackage.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
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Call Type Argumentable
' class.static final EReference
The meta object literal for the 'Call Type Arguments' containment reference list feature.static final EClass
The meta object literal for the 'Extends Type Argument
' class.static final EReference
The meta object literal for the 'Extend Type' containment reference feature.static final EClass
The meta object literal for the 'Qualified Type Argument
' class.static final EClass
The meta object literal for the 'Super Type Argument
' class.static final EReference
The meta object literal for the 'Super Type' containment reference feature.static final EClass
The meta object literal for the 'Type Argument
' class.static final EClass
The meta object literal for the 'Type Argumentable
' class.static final EReference
The meta object literal for the 'Type Arguments' containment reference list feature.static final EClass
The meta object literal for the 'Type Parameter
' class.static final EReference
The meta object literal for the 'Extend Types' containment reference list feature.static final EClass
The meta object literal for the 'Type Parametrizable
' class.static final EReference
The meta object literal for the 'Type Parameters' containment reference list feature.static final EClass
The meta object literal for the 'Unknown Type Argument
' class.
-
Field Details
-
TYPE_ARGUMENT
The meta object literal for the 'Type Argument
' class.- See Also:
- Generated class or method.
-
TYPE_ARGUMENTABLE
The meta object literal for the 'Type Argumentable
' class.- See Also:
- Generated class or method.
-
TYPE_ARGUMENTABLE__TYPE_ARGUMENTS
The meta object literal for the 'Type Arguments' containment reference list feature.- Generated class or method.
-
CALL_TYPE_ARGUMENTABLE
The meta object literal for the 'Call Type Argumentable
' class.- See Also:
- Generated class or method.
-
CALL_TYPE_ARGUMENTABLE__CALL_TYPE_ARGUMENTS
The meta object literal for the 'Call Type Arguments' containment reference list feature.- Generated class or method.
-
TYPE_PARAMETRIZABLE
The meta object literal for the 'Type Parametrizable
' class.- See Also:
- Generated class or method.
-
TYPE_PARAMETRIZABLE__TYPE_PARAMETERS
The meta object literal for the 'Type Parameters' containment reference list feature.- Generated class or method.
-
EXTENDS_TYPE_ARGUMENT
The meta object literal for the 'Extends Type Argument
' class.- See Also:
- Generated class or method.
-
EXTENDS_TYPE_ARGUMENT__EXTEND_TYPE
The meta object literal for the 'Extend Type' containment reference feature.- Generated class or method.
-
QUALIFIED_TYPE_ARGUMENT
The meta object literal for the 'Qualified Type Argument
' class.- See Also:
- Generated class or method.
-
SUPER_TYPE_ARGUMENT
The meta object literal for the 'Super Type Argument
' class.- See Also:
- Generated class or method.
-
SUPER_TYPE_ARGUMENT__SUPER_TYPE
The meta object literal for the 'Super Type' containment reference feature.- Generated class or method.
-
TYPE_PARAMETER
The meta object literal for the 'Type Parameter
' class.- See Also:
- Generated class or method.
-
TYPE_PARAMETER__EXTEND_TYPES
The meta object literal for the 'Extend Types' containment reference list feature.- Generated class or method.
-
UNKNOWN_TYPE_ARGUMENT
The meta object literal for the 'Unknown Type Argument
' class.- See Also:
- Generated class or method.
-