Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxDatapointMainType
-
Packages that use KnxDatapointMainType Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of KnxDatapointMainType in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxDatapointMainType Modifier and Type Method Description static KnxDatapointMainTypeKnxDatapointMainType. enumForValue(int value)static KnxDatapointMainTypeKnxDatapointMainType. firstEnumForFieldName(String fieldValue)static KnxDatapointMainTypeKnxDatapointMainType. firstEnumForFieldNumber(int fieldValue)static KnxDatapointMainTypeKnxDatapointMainType. firstEnumForFieldSizeInBits(short fieldValue)KnxDatapointMainTypeKnxDatapointType. getDatapointMainType()static KnxDatapointMainTypeKnxDatapointMainType. valueOf(String name)Returns 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 KnxDatapointMainType Modifier and Type Method Description static 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 KnxDatapointMainType Modifier and Type Method Description static List<KnxDatapointType>KnxDatapointType. enumsForFieldDatapointMainType(KnxDatapointMainType fieldValue)static KnxDatapointTypeKnxDatapointType. firstEnumForFieldDatapointMainType(KnxDatapointMainType fieldValue)
-