Interface ParametersPackage.Literals
-
- Enclosing interface:
- ParametersPackage
public static interface ParametersPackage.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 EClassCATCH_PARAMETERThe meta object literal for the 'Catch Parameter' class.static EReferenceCATCH_PARAMETER__TYPE_REFERENCESThe meta object literal for the 'Type References' containment reference list feature.static EClassORDINARY_PARAMETERThe meta object literal for the 'Ordinary Parameter' class.static EClassPARAMETERThe meta object literal for the 'Parameter' class.static EClassPARAMETRIZABLEThe meta object literal for the 'Parametrizable' class.static EReferencePARAMETRIZABLE__PARAMETERSThe meta object literal for the 'Parameters' containment reference list feature.static EClassRECEIVER_PARAMETERThe meta object literal for the 'Receiver Parameter' class.static EReferenceRECEIVER_PARAMETER__OUTER_TYPE_REFERENCEThe meta object literal for the 'Outer Type Reference' containment reference feature.static EReferenceRECEIVER_PARAMETER__THIS_REFERENCEThe meta object literal for the 'This Reference' containment reference feature.static EClassVARIABLE_LENGTH_PARAMETERThe meta object literal for the 'Variable Length Parameter' class.
-
-
-
Field Detail
-
PARAMETER
static final EClass PARAMETER
The meta object literal for the 'Parameter' class.- See Also:
ParameterImpl,ParametersPackageImpl.getParameter()- Generated class or method.
-
PARAMETRIZABLE
static final EClass PARAMETRIZABLE
The meta object literal for the 'Parametrizable' class.- See Also:
ParametrizableImpl,ParametersPackageImpl.getParametrizable()- Generated class or method.
-
PARAMETRIZABLE__PARAMETERS
static final EReference PARAMETRIZABLE__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.- Generated class or method.
-
ORDINARY_PARAMETER
static final EClass ORDINARY_PARAMETER
The meta object literal for the 'Ordinary Parameter' class.- See Also:
OrdinaryParameterImpl,ParametersPackageImpl.getOrdinaryParameter()- Generated class or method.
-
VARIABLE_LENGTH_PARAMETER
static final EClass VARIABLE_LENGTH_PARAMETER
The meta object literal for the 'Variable Length Parameter' class.- See Also:
VariableLengthParameterImpl,ParametersPackageImpl.getVariableLengthParameter()- Generated class or method.
-
CATCH_PARAMETER
static final EClass CATCH_PARAMETER
The meta object literal for the 'Catch Parameter' class.- See Also:
CatchParameterImpl,ParametersPackageImpl.getCatchParameter()- Generated class or method.
-
CATCH_PARAMETER__TYPE_REFERENCES
static final EReference CATCH_PARAMETER__TYPE_REFERENCES
The meta object literal for the 'Type References' containment reference list feature.- Generated class or method.
-
RECEIVER_PARAMETER
static final EClass RECEIVER_PARAMETER
The meta object literal for the 'Receiver Parameter' class.- See Also:
ReceiverParameterImpl,ParametersPackageImpl.getReceiverParameter()- Generated class or method.
-
RECEIVER_PARAMETER__OUTER_TYPE_REFERENCE
static final EReference 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
static final EReference RECEIVER_PARAMETER__THIS_REFERENCE
The meta object literal for the 'This Reference' containment reference feature.- Generated class or method.
-
-