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. VALUES
A 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 ESIUnitType
ESIUnitType. get(int value)
Returns the 'ESI Unit Type' literal with the specified integer value.static ESIUnitType
ESIUnitType. get(java.lang.String literal)
Returns the 'ESI Unit Type' literal with the specified literal value.static ESIUnitType
ESIUnitType. getByName(java.lang.String name)
Returns the 'ESI Unit Type' literal with the specified name.ESIUnitType
SIUnit. getUnitType()
Returns the value of the 'Unit Type' attribute.static ESIUnitType
ESIUnitType. 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 void
SIUnit. 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 ESIUnitType
SIUnitImpl. UNIT_TYPE_EDEFAULT
The default value of the 'Unit Type
' attribute.protected ESIUnitType
SIUnitImpl. unitType
The cached value of the 'Unit Type
' attribute.Methods in kieker.model.analysismodel.statistics.impl that return ESIUnitType Modifier and Type Method Description ESIUnitType
StatisticsFactoryImpl. createESIUnitTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
ESIUnitType
SIUnitImpl. getUnitType()
Methods in kieker.model.analysismodel.statistics.impl with parameters of type ESIUnitType Modifier and Type Method Description void
SIUnitImpl. setUnitType(ESIUnitType newUnitType)