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 EDataTypeDURATIONThe meta object literal for the 'Duration' data type.static EDataTypeSTATISTICAL_CHARACTERIZATION_AGGREGATORThe meta object literal for the 'Statistical Characterization Aggregator' data type.
-
-
-
Field Detail
-
DURATION
static final EDataType DURATION
The meta object literal for the 'Duration' data type.- See Also:
Duration,UtilPackageImpl.getDuration()- Generated class or method.
-
STATISTICAL_CHARACTERIZATION_AGGREGATOR
static final EDataType STATISTICAL_CHARACTERIZATION_AGGREGATOR
The meta object literal for the 'Statistical Characterization Aggregator' data type.- See Also:
StatisticalCharacterizationAggregator,UtilPackageImpl.getStatisticalCharacterizationAggregator()- Generated class or method.
-
-