Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.KnxManufacturer
Packages that use KnxManufacturer
-
Uses of KnxManufacturer in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxManufacturerModifier and TypeMethodDescriptionstatic KnxManufacturerKnxManufacturer.enumForValue(int value) static KnxManufacturerKnxManufacturer.firstEnumForFieldName(String fieldValue) static KnxManufacturerKnxManufacturer.firstEnumForFieldNumber(int fieldValue) static KnxManufacturerReturns 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 KnxManufacturerModifier and TypeMethodDescriptionstatic List<KnxManufacturer>KnxManufacturer.enumsForFieldName(String fieldValue) static List<KnxManufacturer>KnxManufacturer.enumsForFieldNumber(int fieldValue)