Enum Class SinapsiAlfaEntry

java.lang.Object
java.lang.Enum<SinapsiAlfaEntry>
energy.eddie.aiida.adapters.datasource.it.transformer.SinapsiAlfaEntry
All Implemented Interfaces:
Serializable, Comparable<SinapsiAlfaEntry>, Constable

public enum SinapsiAlfaEntry extends Enum<SinapsiAlfaEntry>
  • Enum Constant Details

    • POSITIVE_ACTIVE_INSTANTANEOUS_POWER

      public static final SinapsiAlfaEntry POSITIVE_ACTIVE_INSTANTANEOUS_POWER
    • NEGATIVE_ACTIVE_INSTANTANEOUS_POWER

      public static final SinapsiAlfaEntry NEGATIVE_ACTIVE_INSTANTANEOUS_POWER
    • POSITIVE_ACTIVE_ENERGY

      public static final SinapsiAlfaEntry POSITIVE_ACTIVE_ENERGY
    • NEGATIVE_ACTIVE_ENERGY

      public static final SinapsiAlfaEntry NEGATIVE_ACTIVE_ENERGY
    • DEVICE_ID_1

      public static final SinapsiAlfaEntry DEVICE_ID_1
    • AVERAGE_POSITIVE_ACTIVE_POWER_OVER_15_MINUTES

      public static final SinapsiAlfaEntry AVERAGE_POSITIVE_ACTIVE_POWER_OVER_15_MINUTES
    • QUARTERLY_PROFILE_OF_POSITIVE_ACTIVE_ENERGY_LAST_SAMPLE

      public static final SinapsiAlfaEntry QUARTERLY_PROFILE_OF_POSITIVE_ACTIVE_ENERGY_LAST_SAMPLE
    • QUARTERLY_PROFILE_OF_POSITIVE_ACTIVE_ENERGY_PREVIOUS_SAMPLE

      public static final SinapsiAlfaEntry QUARTERLY_PROFILE_OF_POSITIVE_ACTIVE_ENERGY_PREVIOUS_SAMPLE
    • UNKNOWN

      public static final SinapsiAlfaEntry UNKNOWN
  • Method Details

    • values

      public static SinapsiAlfaEntry[] 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 SinapsiAlfaEntry 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
    • fromKey

      public static SinapsiAlfaEntry fromKey(String key)
    • obisCode

      public ObisCode obisCode()
    • rawUnitOfMeasurement

      public UnitOfMeasurement rawUnitOfMeasurement()