Enum Class KacoSunSpecModel

java.lang.Object
java.lang.Enum<KacoSunSpecModel>
io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
All Implemented Interfaces:
SunSpecModel, Serializable, Comparable<KacoSunSpecModel>, Constable

public enum KacoSunSpecModel extends Enum<KacoSunSpecModel> implements SunSpecModel
  • Enum Constant Details

  • Field Details

    • label

      public final String label
    • description

      public final String description
    • length

      public final int length
    • points

      public final SunSpecPoint[] points
    • modelType

      public final SunSpecModelType modelType
  • Method Details

    • values

      public static KacoSunSpecModel[] 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 KacoSunSpecModel 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
    • points

      public SunSpecPoint[] points()
      Description copied from interface: SunSpecModel
      The Points.
      Specified by:
      points in interface SunSpecModel
      Returns:
      an array of SunSpecPoints
    • label

      public String label()
      Description copied from interface: SunSpecModel
      The Label.
      Specified by:
      label in interface SunSpecModel
      Returns:
      the Label