Uses of Class
kieker.model.analysismodel.statistics.EPrefix
Package | Description |
---|---|
kieker.model.analysismodel.statistics | |
kieker.model.analysismodel.statistics.impl |
-
Uses of EPrefix in kieker.model.analysismodel.statistics
Fields in kieker.model.analysismodel.statistics with type parameters of type EPrefix Modifier and Type Field Description static java.util.List<EPrefix>
EPrefix. VALUES
A public read-only list of all the 'EPrefix' enumerators.Methods in kieker.model.analysismodel.statistics that return EPrefix Modifier and Type Method Description static EPrefix
EPrefix. get(int value)
Returns the 'EPrefix' literal with the specified integer value.static EPrefix
EPrefix. get(java.lang.String literal)
Returns the 'EPrefix' literal with the specified literal value.static EPrefix
EPrefix. getByName(java.lang.String name)
Returns the 'EPrefix' literal with the specified name.EPrefix
SimpleUnit. getPrefix()
Returns the value of the 'Prefix' attribute.static EPrefix
EPrefix. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EPrefix[]
EPrefix. 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 EPrefix Modifier and Type Method Description void
SimpleUnit. setPrefix(EPrefix value)
Sets the value of the 'Prefix
' attribute. -
Uses of EPrefix in kieker.model.analysismodel.statistics.impl
Fields in kieker.model.analysismodel.statistics.impl declared as EPrefix Modifier and Type Field Description protected EPrefix
SimpleUnitImpl. prefix
The cached value of the 'Prefix
' attribute.protected static EPrefix
SimpleUnitImpl. PREFIX_EDEFAULT
The default value of the 'Prefix
' attribute.Methods in kieker.model.analysismodel.statistics.impl that return EPrefix Modifier and Type Method Description EPrefix
StatisticsFactoryImpl. createEPrefixFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
EPrefix
SimpleUnitImpl. getPrefix()
Methods in kieker.model.analysismodel.statistics.impl with parameters of type EPrefix Modifier and Type Method Description void
SimpleUnitImpl. setPrefix(EPrefix newPrefix)