Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.DeviceDescriptorMediumType
-
Packages that use DeviceDescriptorMediumType Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of DeviceDescriptorMediumType in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return DeviceDescriptorMediumType Modifier and Type Method Description static DeviceDescriptorMediumTypeDeviceDescriptorMediumType. enumForValue(byte value)DeviceDescriptorMediumTypeDeviceDescriptor. getMediumType()static DeviceDescriptorMediumTypeDeviceDescriptorMediumType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceDescriptorMediumType[]DeviceDescriptorMediumType. 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 with parameters of type DeviceDescriptorMediumType Modifier and Type Method Description static List<DeviceDescriptor>DeviceDescriptor. enumsForFieldMediumType(DeviceDescriptorMediumType fieldValue)static DeviceDescriptorDeviceDescriptor. firstEnumForFieldMediumType(DeviceDescriptorMediumType fieldValue)
-