Uses of Class
kieker.model.analysismodel.statistics.ESIUnitType
| Package | Description |
|---|---|
| kieker.model.analysismodel.statistics | |
| kieker.model.analysismodel.statistics.impl |
-
Uses of ESIUnitType in kieker.model.analysismodel.statistics
Fields in kieker.model.analysismodel.statistics with type parameters of type ESIUnitType Modifier and Type Field Description static java.util.List<ESIUnitType>ESIUnitType. VALUESA public read-only list of all the 'ESI Unit Type' enumerators.Methods in kieker.model.analysismodel.statistics that return ESIUnitType Modifier and Type Method Description static ESIUnitTypeESIUnitType. get(int value)Returns the 'ESI Unit Type' literal with the specified integer value.static ESIUnitTypeESIUnitType. get(java.lang.String literal)Returns the 'ESI Unit Type' literal with the specified literal value.static ESIUnitTypeESIUnitType. getByName(java.lang.String name)Returns the 'ESI Unit Type' literal with the specified name.ESIUnitTypeSIUnit. getUnitType()Returns the value of the 'Unit Type' attribute.static ESIUnitTypeESIUnitType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ESIUnitType[]ESIUnitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in kieker.model.analysismodel.statistics with parameters of type ESIUnitType Modifier and Type Method Description voidSIUnit. setUnitType(ESIUnitType value)Sets the value of the 'Unit Type' attribute. -
Uses of ESIUnitType in kieker.model.analysismodel.statistics.impl
Fields in kieker.model.analysismodel.statistics.impl declared as ESIUnitType Modifier and Type Field Description protected static ESIUnitTypeSIUnitImpl. UNIT_TYPE_EDEFAULTThe default value of the 'Unit Type' attribute.protected ESIUnitTypeSIUnitImpl. unitTypeThe cached value of the 'Unit Type' attribute.Methods in kieker.model.analysismodel.statistics.impl that return ESIUnitType Modifier and Type Method Description ESIUnitTypeStatisticsFactoryImpl. createESIUnitTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)ESIUnitTypeSIUnitImpl. getUnitType()Methods in kieker.model.analysismodel.statistics.impl with parameters of type ESIUnitType Modifier and Type Method Description voidSIUnitImpl. setUnitType(ESIUnitType newUnitType)