Enum Class SmartGatewaysTopic

java.lang.Object
java.lang.Enum<SmartGatewaysTopic>
energy.eddie.aiida.models.datasource.mqtt.sga.SmartGatewaysTopic
All Implemented Interfaces:
Serializable, Comparable<SmartGatewaysTopic>, Constable

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

    • ELECTRICITY_EQUIPMENT_ID

      public static final SmartGatewaysTopic ELECTRICITY_EQUIPMENT_ID
    • GAS_EQUIPMENT_ID

      public static final SmartGatewaysTopic GAS_EQUIPMENT_ID
    • ELECTRICITY_TARIFF

      public static final SmartGatewaysTopic ELECTRICITY_TARIFF
    • ELECTRICITY_DELIVERED_1

      public static final SmartGatewaysTopic ELECTRICITY_DELIVERED_1
    • ELECTRICITY_DELIVERED_2

      public static final SmartGatewaysTopic ELECTRICITY_DELIVERED_2
    • ELECTRICITY_RETURNED_1

      public static final SmartGatewaysTopic ELECTRICITY_RETURNED_1
    • ELECTRICITY_RETURNED_2

      public static final SmartGatewaysTopic ELECTRICITY_RETURNED_2
    • REACTIVE_ELECTRICITY_DELIVERED_1

      public static final SmartGatewaysTopic REACTIVE_ELECTRICITY_DELIVERED_1
    • REACTIVE_ELECTRICITY_RETURNED_1

      public static final SmartGatewaysTopic REACTIVE_ELECTRICITY_RETURNED_1
    • REACTIVE_ELECTRICITY_DELIVERED_2

      public static final SmartGatewaysTopic REACTIVE_ELECTRICITY_DELIVERED_2
    • REACTIVE_ELECTRICITY_RETURNED_2

      public static final SmartGatewaysTopic REACTIVE_ELECTRICITY_RETURNED_2
    • ELECTRICITY_CURRENTLY_DELIVERED

      public static final SmartGatewaysTopic ELECTRICITY_CURRENTLY_DELIVERED
    • ELECTRICITY_CURRENTLY_RETURNED

      public static final SmartGatewaysTopic ELECTRICITY_CURRENTLY_RETURNED
    • PHASE_CURRENTLY_DELIVERED_L1

      public static final SmartGatewaysTopic PHASE_CURRENTLY_DELIVERED_L1
    • PHASE_CURRENTLY_DELIVERED_L2

      public static final SmartGatewaysTopic PHASE_CURRENTLY_DELIVERED_L2
    • PHASE_CURRENTLY_DELIVERED_L3

      public static final SmartGatewaysTopic PHASE_CURRENTLY_DELIVERED_L3
    • PHASE_CURRENTLY_RETURNED_L1

      public static final SmartGatewaysTopic PHASE_CURRENTLY_RETURNED_L1
    • PHASE_CURRENTLY_RETURNED_L2

      public static final SmartGatewaysTopic PHASE_CURRENTLY_RETURNED_L2
    • PHASE_CURRENTLY_RETURNED_L3

      public static final SmartGatewaysTopic PHASE_CURRENTLY_RETURNED_L3
    • PHASE_VOLTAGE_L1

      public static final SmartGatewaysTopic PHASE_VOLTAGE_L1
    • PHASE_VOLTAGE_L2

      public static final SmartGatewaysTopic PHASE_VOLTAGE_L2
    • PHASE_VOLTAGE_L3

      public static final SmartGatewaysTopic PHASE_VOLTAGE_L3
    • PHASE_POWER_CURRENT_L1

      public static final SmartGatewaysTopic PHASE_POWER_CURRENT_L1
    • PHASE_POWER_CURRENT_L2

      public static final SmartGatewaysTopic PHASE_POWER_CURRENT_L2
    • PHASE_POWER_CURRENT_L3

      public static final SmartGatewaysTopic PHASE_POWER_CURRENT_L3
    • NOT_EXPECTED

      public static final SmartGatewaysTopic NOT_EXPECTED
  • Method Details

    • values

      public static SmartGatewaysTopic[] 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 SmartGatewaysTopic 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
    • topic

      public String topic()
    • isExpected

      public boolean isExpected()
    • from

      public static SmartGatewaysTopic from(String subscribeTopic, String topicPrefix)