Interface UtilPackage.Literals
-
- Enclosing interface:
- UtilPackage
public static interface UtilPackage.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 EDataTypeFUNCThe meta object literal for the 'Func' data type.static EDataTypeMEASURING_VALUEThe meta object literal for the 'Measuring Value' data type.static EDataTypeTUPLE_MEASUREMENTThe meta object literal for the 'Tuple Measurement' data type.
-
-
-
Field Detail
-
MEASURING_VALUE
static final EDataType MEASURING_VALUE
The meta object literal for the 'Measuring Value' data type.- See Also:
MeasuringValue,UtilPackageImpl.getMeasuringValue()- Generated class or method.
-
TUPLE_MEASUREMENT
static final EDataType TUPLE_MEASUREMENT
The meta object literal for the 'Tuple Measurement' data type.- See Also:
TupleMeasurement,UtilPackageImpl.getTupleMeasurement()- Generated class or method.
-
FUNC
static final EDataType FUNC
The meta object literal for the 'Func' data type.- See Also:
UnaryOperator,UtilPackageImpl.getFunc()- Generated class or method.
-
-