Interface ParametersPackage.Literals
- Enclosing interface:
- ParametersPackage
public static interface ParametersPackage.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 'Catch Parameter
' class.static final EReference
The meta object literal for the 'Type References' containment reference list feature.static final EClass
The meta object literal for the 'Ordinary Parameter
' class.static final EClass
The meta object literal for the 'Parameter
' class.static final EClass
The meta object literal for the 'Parametrizable
' class.static final EReference
The meta object literal for the 'Parameters' containment reference list feature.static final EClass
The meta object literal for the 'Receiver Parameter
' class.static final EReference
The meta object literal for the 'Outer Type Reference' containment reference feature.static final EReference
The meta object literal for the 'This Reference' containment reference feature.static final EClass
The meta object literal for the 'Variable Length Parameter
' class.
-
Field Details
-
PARAMETER
The meta object literal for the 'Parameter
' class.- See Also:
- Generated class or method.
-
PARAMETRIZABLE
The meta object literal for the 'Parametrizable
' class.- See Also:
- Generated class or method.
-
PARAMETRIZABLE__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.- Generated class or method.
-
ORDINARY_PARAMETER
The meta object literal for the 'Ordinary Parameter
' class.- See Also:
- Generated class or method.
-
VARIABLE_LENGTH_PARAMETER
The meta object literal for the 'Variable Length Parameter
' class.- See Also:
- Generated class or method.
-
CATCH_PARAMETER
The meta object literal for the 'Catch Parameter
' class.- See Also:
- Generated class or method.
-
CATCH_PARAMETER__TYPE_REFERENCES
The meta object literal for the 'Type References' containment reference list feature.- Generated class or method.
-
RECEIVER_PARAMETER
The meta object literal for the 'Receiver Parameter
' class.- See Also:
- Generated class or method.
-
RECEIVER_PARAMETER__OUTER_TYPE_REFERENCE
The meta object literal for the 'Outer Type Reference' containment reference feature.- Generated class or method.
-
RECEIVER_PARAMETER__THIS_REFERENCE
The meta object literal for the 'This Reference' containment reference feature.- Generated class or method.
-