Uses of Enum Class
kieker.model.analysismodel.statistics.ESIUnitType
Packages that use ESIUnitType
Package
Description
-
Uses of ESIUnitType in kieker.model.analysismodel.statistics
Fields in kieker.model.analysismodel.statistics with type parameters of type ESIUnitTypeModifier and TypeFieldDescriptionstatic final List<ESIUnitType>ESIUnitType.VALUESA public read-only list of all the 'ESI Unit Type' enumerators.Methods in kieker.model.analysismodel.statistics that return ESIUnitTypeModifier and TypeMethodDescriptionstatic ESIUnitTypeESIUnitType.get(int value) Returns the 'ESI Unit Type' literal with the specified integer value.static ESIUnitTypeReturns the 'ESI Unit Type' literal with the specified literal value.static ESIUnitTypeReturns the 'ESI Unit Type' literal with the specified name.SIUnit.getUnitType()Returns the value of the 'Unit Type' attribute.static ESIUnitTypeReturns the enum constant of this class with the specified name.static ESIUnitType[]ESIUnitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in kieker.model.analysismodel.statistics with parameters of type ESIUnitTypeModifier and TypeMethodDescriptionvoidSIUnit.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 ESIUnitTypeModifier and TypeFieldDescriptionprotected static final 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 ESIUnitTypeModifier and TypeMethodDescriptionStatisticsFactoryImpl.createESIUnitTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SIUnitImpl.getUnitType()Methods in kieker.model.analysismodel.statistics.impl with parameters of type ESIUnitType