Enum Class ESIUnitType

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

public enum ESIUnitType extends Enum<ESIUnitType> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'ESI Unit Type', and utility methods for working with them.
See Also:
Generated:
Model:
  • Enum Constant Details

    • METER

      public static final ESIUnitType METER
      The 'Meter' literal object.
      See Also:
      Generated:
      Ordered:
    • GRAM

      public static final ESIUnitType GRAM
      The 'Gram' literal object.
      See Also:
      Generated:
      Ordered:
    • TON

      public static final ESIUnitType TON
      The 'Ton' literal object.
      See Also:
      Generated:
      Ordered:
    • SECOND

      public static final ESIUnitType SECOND
      The 'Second' literal object.
      See Also:
      Generated:
      Ordered:
    • AMPERE

      public static final ESIUnitType AMPERE
      The 'Ampere' literal object.
      See Also:
      Generated:
      Ordered:
    • KELVIN

      public static final ESIUnitType KELVIN
      The 'Kelvin' literal object.
      See Also:
      Generated:
      Ordered:
    • MOLE

      public static final ESIUnitType MOLE
      The 'Mole' literal object.
      See Also:
      Generated:
      Ordered:
    • CANDELA

      public static final ESIUnitType CANDELA
      The 'Candela' literal object.
      See Also:
      Generated:
      Ordered:
    • PASCAL

      public static final ESIUnitType PASCAL
      The 'Pascal' literal object.
      See Also:
      Generated:
      Ordered:
    • JOUL

      public static final ESIUnitType JOUL
      The 'Joul' literal object.
      See Also:
      Generated:
      Ordered:
  • Field Details

    • METER_VALUE

      public static final int METER_VALUE
      The 'Meter' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="meter" literal="m"
    • GRAM_VALUE

      public static final int GRAM_VALUE
      The 'Gram' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="gram" literal="g"
    • TON_VALUE

      public static final int TON_VALUE
      The 'Ton' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="ton"
    • SECOND_VALUE

      public static final int SECOND_VALUE
      The 'Second' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="second" literal="s"
    • AMPERE_VALUE

      public static final int AMPERE_VALUE
      The 'Ampere' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="ampere" literal="A"
    • KELVIN_VALUE

      public static final int KELVIN_VALUE
      The 'Kelvin' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="kelvin" literal="K"
    • MOLE_VALUE

      public static final int MOLE_VALUE
      The 'Mole' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="mole" literal="mol"
    • CANDELA_VALUE

      public static final int CANDELA_VALUE
      The 'Candela' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="candela" literal="ca"
    • PASCAL_VALUE

      public static final int PASCAL_VALUE
      The 'Pascal' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="pascal" literal="Pa"
    • JOUL_VALUE

      public static final int JOUL_VALUE
      The 'Joul' literal value.
      See Also:
      Generated:
      Ordered:
      Model:
      name="Joul" literal="J"
    • VALUES

      public static final List<ESIUnitType> VALUES
      A public read-only list of all the 'ESI Unit Type' enumerators.
      Generated:
  • Method Details

    • values

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

      public static ESIUnitType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • get

      public static ESIUnitType get(String literal)
      Returns the 'ESI Unit Type' literal with the specified literal value.
      Parameters:
      literal - the literal.
      Returns:
      the matching enumerator or null.
      Generated:
    • getByName

      public static ESIUnitType getByName(String name)
      Returns the 'ESI Unit Type' literal with the specified name.
      Parameters:
      name - the name.
      Returns:
      the matching enumerator or null.
      Generated:
    • get

      public static ESIUnitType get(int value)
      Returns the 'ESI Unit Type' 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 String getName()
      Specified by:
      getName in interface org.eclipse.emf.common.util.Enumerator
      Generated:
    • getLiteral

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

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