Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.KnxInterfaceObjectType
Packages that use KnxInterfaceObjectType
-
Uses of KnxInterfaceObjectType in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxInterfaceObjectTypeModifier and TypeMethodDescriptionstatic KnxInterfaceObjectTypeKnxInterfaceObjectType.enumForValue(int value) static KnxInterfaceObjectTypeKnxInterfaceObjectType.firstEnumForFieldCode(String fieldValue) static KnxInterfaceObjectTypeKnxInterfaceObjectType.firstEnumForFieldName(String fieldValue) KnxInterfaceObjectProperty.getObjectType()static KnxInterfaceObjectTypeReturns 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 KnxInterfaceObjectTypeModifier and TypeMethodDescriptionstatic 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 KnxInterfaceObjectTypeModifier and TypeMethodDescriptionstatic List<KnxInterfaceObjectProperty>KnxInterfaceObjectProperty.enumsForFieldObjectType(KnxInterfaceObjectType fieldValue) static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty.firstEnumForFieldObjectType(KnxInterfaceObjectType fieldValue)