Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxManufacturer
-
Packages that use KnxManufacturer Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of KnxManufacturer in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxManufacturer Modifier and Type Method Description static KnxManufacturerKnxManufacturer. enumForValue(int value)static KnxManufacturerKnxManufacturer. firstEnumForFieldName(String fieldValue)static KnxManufacturerKnxManufacturer. firstEnumForFieldNumber(int fieldValue)static KnxManufacturerKnxManufacturer. valueOf(String name)Returns the enum constant of this type with the specified name.static KnxManufacturer[]KnxManufacturer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.knxnetip.readwrite that return types with arguments of type KnxManufacturer Modifier and Type Method Description static List<KnxManufacturer>KnxManufacturer. enumsForFieldName(String fieldValue)static List<KnxManufacturer>KnxManufacturer. enumsForFieldNumber(int fieldValue)
-