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