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. VALUESA public read-only list of all the 'EPrefix' enumerators.Methods in kieker.model.analysismodel.statistics that return EPrefix Modifier and Type Method Description static EPrefixEPrefix. get(int value)Returns the 'EPrefix' literal with the specified integer value.static EPrefixEPrefix. get(java.lang.String literal)Returns the 'EPrefix' literal with the specified literal value.static EPrefixEPrefix. getByName(java.lang.String name)Returns the 'EPrefix' literal with the specified name.EPrefixSimpleUnit. getPrefix()Returns the value of the 'Prefix' attribute.static EPrefixEPrefix. 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 voidSimpleUnit. 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 EPrefixSimpleUnitImpl. prefixThe cached value of the 'Prefix' attribute.protected static EPrefixSimpleUnitImpl. PREFIX_EDEFAULTThe default value of the 'Prefix' attribute.Methods in kieker.model.analysismodel.statistics.impl that return EPrefix Modifier and Type Method Description EPrefixStatisticsFactoryImpl. createEPrefixFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)EPrefixSimpleUnitImpl. getPrefix()Methods in kieker.model.analysismodel.statistics.impl with parameters of type EPrefix Modifier and Type Method Description voidSimpleUnitImpl. setPrefix(EPrefix newPrefix)