Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxInterfaceObjectProperty
-
Packages that use KnxInterfaceObjectProperty Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of KnxInterfaceObjectProperty in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxInterfaceObjectProperty Modifier and Type Method Description static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty. enumForValue(long value)static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty. firstEnumForFieldName(String fieldValue)static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty. firstEnumForFieldObjectType(KnxInterfaceObjectType fieldValue)static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty. firstEnumForFieldPropertyDataType(KnxPropertyDataType fieldValue)static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty. firstEnumForFieldPropertyId(short fieldValue)static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static KnxInterfaceObjectProperty[]KnxInterfaceObjectProperty. 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 KnxInterfaceObjectProperty Modifier and Type Method Description static List<KnxInterfaceObjectProperty>KnxInterfaceObjectProperty. enumsForFieldName(String fieldValue)static List<KnxInterfaceObjectProperty>KnxInterfaceObjectProperty. enumsForFieldObjectType(KnxInterfaceObjectType fieldValue)static List<KnxInterfaceObjectProperty>KnxInterfaceObjectProperty. enumsForFieldPropertyDataType(KnxPropertyDataType fieldValue)static List<KnxInterfaceObjectProperty>KnxInterfaceObjectProperty. enumsForFieldPropertyId(short fieldValue)
-