Enum EPrefix

java.lang.Object
java.lang.Enum<EPrefix>
kieker.model.analysismodel.statistics.EPrefix
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EPrefix>, java.lang.constant.Constable, org.eclipse.emf.common.util.Enumerator

public enum EPrefix
extends java.lang.Enum<EPrefix>
implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'EPrefix', and utility methods for working with them.
See Also:
StatisticsPackage.getEPrefix()
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    ATTO
    The 'Atto' literal object.
    CENTI
    The 'Centi' literal object.
    DECA
    The 'Deca' literal object.
    DECI
    The 'Deci' literal object.
    EXA
    The 'Exa' literal object.
    FEMTO
    The 'Femto' literal object.
    GIGA
    The 'Giga' literal object.
    HECTO
    The 'Hecto' literal object.
    KILO
    The 'Kilo' literal object.
    MEGA
    The 'Mega' literal object.
    MICRO
    The 'Micro' literal object.
    MILI
    The 'Mili' literal object.
    NANO
    The 'Nano' literal object.
    NO_P
    The 'No P' literal object.
    PETA
    The 'Peta' literal object.
    PICO
    The 'Pico' literal object.
    TERA
    The 'Tera' literal object.
    YOCTO
    The 'Yocto' literal object.
    YOTTA
    The 'Yotta' literal object.
    ZEPTO
    The 'Zepto' literal object.
    ZETTA
    The 'Zetta' literal object.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int ATTO_VALUE
    The 'Atto' literal value.
    static int CENTI_VALUE
    The 'Centi' literal value.
    static int DECA_VALUE
    The 'Deca' literal value.
    static int DECI_VALUE
    The 'Deci' literal value.
    static int EXA_VALUE
    The 'Exa' literal value.
    static int FEMTO_VALUE
    The 'Femto' literal value.
    static int GIGA_VALUE
    The 'Giga' literal value.
    static int HECTO_VALUE
    The 'Hecto' literal value.
    static int KILO_VALUE
    The 'Kilo' literal value.
    static int MEGA_VALUE
    The 'Mega' literal value.
    static int MICRO_VALUE
    The 'Micro' literal value.
    static int MILI_VALUE
    The 'Mili' literal value.
    static int NANO_VALUE
    The 'Nano' literal value.
    static int NO_P_VALUE
    The 'No P' literal value.
    static int PETA_VALUE
    The 'Peta' literal value.
    static int PICO_VALUE
    The 'Pico' literal value.
    static int TERA_VALUE
    The 'Tera' literal value.
    static java.util.List<EPrefix> VALUES
    A public read-only list of all the 'EPrefix' enumerators.
    static int YOCTO_VALUE
    The 'Yocto' literal value.
    static int YOTTA_VALUE
    The 'Yotta' literal value.
    static int ZEPTO_VALUE
    The 'Zepto' literal value.
    static int ZETTA_VALUE
    The 'Zetta' literal value.
  • Method Summary

    Modifier and Type Method Description
    static EPrefix get​(int value)
    Returns the 'EPrefix' literal with the specified integer value.
    static EPrefix get​(java.lang.String literal)
    Returns the 'EPrefix' literal with the specified literal value.
    static EPrefix getByName​(java.lang.String name)
    Returns the 'EPrefix' literal with the specified name.
    java.lang.String getLiteral()
    java.lang.String getName()
    int getValue()
    java.lang.String toString()
    Returns the literal value of the enumerator, which is its string representation.
    static EPrefix valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static EPrefix[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait