Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.KnxDatapointMainType
Packages that use KnxDatapointMainType
-
Uses of KnxDatapointMainType in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxDatapointMainTypeModifier and TypeMethodDescriptionstatic KnxDatapointMainTypeKnxDatapointMainType.enumForValue(int value) static KnxDatapointMainTypeKnxDatapointMainType.firstEnumForFieldName(String fieldValue) static KnxDatapointMainTypeKnxDatapointMainType.firstEnumForFieldNumber(int fieldValue) static KnxDatapointMainTypeKnxDatapointMainType.firstEnumForFieldSizeInBits(short fieldValue) KnxDatapointType.getDatapointMainType()static KnxDatapointMainTypeReturns the enum constant of this type with the specified name.static KnxDatapointMainType[]KnxDatapointMainType.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 KnxDatapointMainTypeModifier and TypeMethodDescriptionstatic List<KnxDatapointMainType>KnxDatapointMainType.enumsForFieldName(String fieldValue) static List<KnxDatapointMainType>KnxDatapointMainType.enumsForFieldNumber(int fieldValue) static List<KnxDatapointMainType>KnxDatapointMainType.enumsForFieldSizeInBits(short fieldValue) Methods in org.apache.plc4x.java.knxnetip.readwrite with parameters of type KnxDatapointMainTypeModifier and TypeMethodDescriptionstatic List<KnxDatapointType>KnxDatapointType.enumsForFieldDatapointMainType(KnxDatapointMainType fieldValue) static KnxDatapointTypeKnxDatapointType.firstEnumForFieldDatapointMainType(KnxDatapointMainType fieldValue)