Enum KnxManufacturer

java.lang.Object
java.lang.Enum<KnxManufacturer>
org.apache.plc4x.java.knxnetip.readwrite.KnxManufacturer
All Implemented Interfaces:
Serializable, Comparable<KnxManufacturer>, java.lang.constant.Constable

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

  • Method Details

    • values

      public static KnxManufacturer[] 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 KnxManufacturer valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
    • getNumber

      public int getNumber()
    • firstEnumForFieldNumber

      public static KnxManufacturer firstEnumForFieldNumber(int fieldValue)
    • enumsForFieldNumber

      public static List<KnxManufacturer> enumsForFieldNumber(int fieldValue)
    • getName

      public String getName()
    • firstEnumForFieldName

      public static KnxManufacturer firstEnumForFieldName(String fieldValue)
    • enumsForFieldName

      public static List<KnxManufacturer> enumsForFieldName(String fieldValue)
    • enumForValue

      public static KnxManufacturer enumForValue(int value)
    • isDefined

      public static Boolean isDefined(int value)