Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.SupportedPhysicalMedia
-
Packages that use SupportedPhysicalMedia Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of SupportedPhysicalMedia in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return SupportedPhysicalMedia Modifier and Type Method Description static SupportedPhysicalMediaSupportedPhysicalMedia. enumForValue(short value)static SupportedPhysicalMediaSupportedPhysicalMedia. firstEnumForFieldDescription(String fieldValue)static SupportedPhysicalMediaSupportedPhysicalMedia. firstEnumForFieldKnxSupport(boolean fieldValue)static SupportedPhysicalMediaSupportedPhysicalMedia. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedPhysicalMedia[]SupportedPhysicalMedia. 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 SupportedPhysicalMedia Modifier and Type Method Description static List<SupportedPhysicalMedia>SupportedPhysicalMedia. enumsForFieldDescription(String fieldValue)static List<SupportedPhysicalMedia>SupportedPhysicalMedia. enumsForFieldKnxSupport(boolean fieldValue)
-