Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.KnxInterfaceObjectProperty
Packages that use KnxInterfaceObjectProperty
-
Uses of KnxInterfaceObjectProperty in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxInterfaceObjectPropertyModifier and TypeMethodDescriptionstatic 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 KnxInterfaceObjectPropertyReturns 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 KnxInterfaceObjectPropertyModifier and TypeMethodDescriptionstatic 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)