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()
Generated:
Model:
  • 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
  • Enum Constant Details

    • NO_P

      public static final EPrefix NO_P
      The 'No P' literal object.
      See Also:
      NO_P_VALUE
      Generated:
      Ordered:
    • YOTTA

      public static final EPrefix YOTTA
      The 'Yotta' literal object.
      See Also:
      YOTTA_VALUE
      Generated:
      Ordered:
    • ZETTA

      public static final EPrefix ZETTA
      The 'Zetta' literal object.
      See Also:
      ZETTA_VALUE
      Generated:
      Ordered:
    • EXA

      public static final EPrefix EXA
      The 'Exa' literal object.
      See Also:
      EXA_VALUE
      Generated:
      Ordered:
    • PETA

      public static final EPrefix PETA
      The 'Peta' literal object.
      See Also:
      PETA_VALUE
      Generated:
      Ordered:
    • TERA

      public static final EPrefix TERA
      The 'Tera' literal object.
      See Also:
      TERA_VALUE
      Generated:
      Ordered:
    • GIGA

      public static final EPrefix GIGA
      The 'Giga' literal object.
      See Also:
      GIGA_VALUE
      Generated:
      Ordered:
    • MEGA

      public static final EPrefix MEGA
      The 'Mega' literal object.
      See Also:
      MEGA_VALUE
      Generated:
      Ordered:
    • KILO

      public static final EPrefix KILO
      The 'Kilo' literal object.
      See Also:
      KILO_VALUE
      Generated:
      Ordered:
    • HECTO

      public static final EPrefix HECTO
      The 'Hecto' literal object.
      See Also:
      HECTO_VALUE
      Generated:
      Ordered:
    • DECA

      public static final EPrefix DECA
      The 'Deca' literal object.
      See Also:
      DECA_VALUE
      Generated:
      Ordered:
    • DECI

      public static final EPrefix DECI
      The 'Deci' literal object.
      See Also:
      DECI_VALUE
      Generated:
      Ordered:
    • CENTI

      public static final EPrefix CENTI
      The 'Centi' literal object.
      See Also:
      CENTI_VALUE
      Generated:
      Ordered:
    • MILI

      public static final EPrefix MILI
      The 'Mili' literal object.
      See Also:
      MILI_VALUE
      Generated:
      Ordered:
    • MICRO

      public static final EPrefix MICRO
      The 'Micro' literal object.
      See Also:
      MICRO_VALUE
      Generated:
      Ordered:
    • NANO

      public static final EPrefix NANO
      The 'Nano' literal object.
      See Also:
      NANO_VALUE
      Generated:
      Ordered:
    • PICO

      public static final EPrefix PICO
      The 'Pico' literal object.
      See Also:
      PICO_VALUE
      Generated:
      Ordered:
    • FEMTO

      public static final EPrefix FEMTO
      The 'Femto' literal object.
      See Also:
      FEMTO_VALUE
      Generated:
      Ordered:
    • ATTO

      public static final EPrefix ATTO
      The 'Atto' literal object.
      See Also:
      ATTO_VALUE
      Generated:
      Ordered:
    • ZEPTO

      public static final EPrefix ZEPTO
      The 'Zepto' literal object.
      See Also:
      ZEPTO_VALUE
      Generated:
      Ordered:
    • YOCTO

      public static final EPrefix YOCTO
      The 'Yocto' literal object.
      See Also:
      YOCTO_VALUE
      Generated:
      Ordered:
  • Field Details

  • Method Details

    • values

      public static EPrefix[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EPrefix valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • get

      public static EPrefix get​(java.lang.String literal)
      Returns the 'EPrefix' literal with the specified literal value.
      Parameters:
      literal - the literal.
      Returns:
      the matching enumerator or null.
      Generated:
    • getByName

      public static EPrefix getByName​(java.lang.String name)
      Returns the 'EPrefix' literal with the specified name.
      Parameters:
      name - the name.
      Returns:
      the matching enumerator or null.
      Generated:
    • get

      public static EPrefix get​(int value)
      Returns the 'EPrefix' literal with the specified integer value.
      Parameters:
      value - the integer value.
      Returns:
      the matching enumerator or null.
      Generated:
    • getValue

      public int getValue()
      Specified by:
      getValue in interface org.eclipse.emf.common.util.Enumerator
      Generated:
    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface org.eclipse.emf.common.util.Enumerator
      Generated:
    • getLiteral

      public java.lang.String getLiteral()
      Specified by:
      getLiteral in interface org.eclipse.emf.common.util.Enumerator
      Generated:
    • toString

      public java.lang.String toString()
      Returns the literal value of the enumerator, which is its string representation.
      Overrides:
      toString in class java.lang.Enum<EPrefix>
      Generated: