Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.ComObjectTableAddresses
-
Packages that use ComObjectTableAddresses Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of ComObjectTableAddresses in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return ComObjectTableAddresses Modifier and Type Method Description static ComObjectTableAddressesComObjectTableAddresses. enumForValue(int value)static ComObjectTableAddressesComObjectTableAddresses. firstEnumForFieldComObjectTableAddress(int fieldValue)static ComObjectTableAddressesComObjectTableAddresses. valueOf(String name)Returns the enum constant of this type with the specified name.static ComObjectTableAddresses[]ComObjectTableAddresses. 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 ComObjectTableAddresses Modifier and Type Method Description static List<ComObjectTableAddresses>ComObjectTableAddresses. enumsForFieldComObjectTableAddress(int fieldValue)
-