Uses of Enum Class
kieker.model.analysismodel.statistics.EPrefix
Packages that use EPrefix
Package
Description
-
Uses of EPrefix in kieker.model.analysismodel.statistics
Fields in kieker.model.analysismodel.statistics with type parameters of type EPrefixModifier and TypeFieldDescriptionEPrefix.VALUESA public read-only list of all the 'EPrefix' enumerators.Methods in kieker.model.analysismodel.statistics that return EPrefixModifier and TypeMethodDescriptionstatic EPrefixEPrefix.get(int value) Returns the 'EPrefix' literal with the specified integer value.static EPrefixReturns the 'EPrefix' literal with the specified literal value.static EPrefixReturns the 'EPrefix' literal with the specified name.SimpleUnit.getPrefix()Returns the value of the 'Prefix' attribute.static EPrefixReturns the enum constant of this class with the specified name.static EPrefix[]EPrefix.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 EPrefix -
Uses of EPrefix in kieker.model.analysismodel.statistics.impl
Fields in kieker.model.analysismodel.statistics.impl declared as EPrefixModifier and TypeFieldDescriptionprotected EPrefixSimpleUnitImpl.prefixThe cached value of the 'Prefix' attribute.protected static final EPrefixSimpleUnitImpl.PREFIX_EDEFAULTThe default value of the 'Prefix' attribute.Methods in kieker.model.analysismodel.statistics.impl that return EPrefixModifier and TypeMethodDescriptionStatisticsFactoryImpl.createEPrefixFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SimpleUnitImpl.getPrefix()Methods in kieker.model.analysismodel.statistics.impl with parameters of type EPrefix