Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.DeviceDescriptor
Packages that use DeviceDescriptor
-
Uses of DeviceDescriptor in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return DeviceDescriptorModifier and TypeMethodDescriptionstatic DeviceDescriptorDeviceDescriptor.enumForValue(int value) static DeviceDescriptorDeviceDescriptor.firstEnumForFieldFirmwareType(FirmwareType fieldValue) static DeviceDescriptorDeviceDescriptor.firstEnumForFieldMediumType(DeviceDescriptorMediumType fieldValue) static DeviceDescriptorReturns the enum constant of this type with the specified name.static DeviceDescriptor[]DeviceDescriptor.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 DeviceDescriptorModifier and TypeMethodDescriptionstatic List<DeviceDescriptor>DeviceDescriptor.enumsForFieldFirmwareType(FirmwareType fieldValue) static List<DeviceDescriptor>DeviceDescriptor.enumsForFieldMediumType(DeviceDescriptorMediumType fieldValue)