Verwendungen von Enum
org.apache.plc4x.java.knxnetip.readwrite.KnxPropertyDataType
Packages, die KnxPropertyDataType verwenden
-
Verwendungen von KnxPropertyDataType in org.apache.plc4x.java.knxnetip.readwrite
Felder in org.apache.plc4x.java.knxnetip.readwrite, die deklariert sind als KnxPropertyDataTypeModifizierer und TypFeldBeschreibungprotected final KnxPropertyDataTypeApduDataExtPropertyDescriptionResponse.propertyDataTypeMethoden in org.apache.plc4x.java.knxnetip.readwrite, die KnxPropertyDataType zurückgebenModifizierer und TypMethodeBeschreibungstatic KnxPropertyDataTypeKnxPropertyDataType.enumForValue(short value) static KnxPropertyDataTypeKnxPropertyDataType.firstEnumForFieldName(String fieldValue) static KnxPropertyDataTypeKnxPropertyDataType.firstEnumForFieldNumber(short fieldValue) static KnxPropertyDataTypeKnxPropertyDataType.firstEnumForFieldSizeInBytes(short fieldValue) ApduDataExtPropertyDescriptionResponse.getPropertyDataType()KnxInterfaceObjectProperty.getPropertyDataType()static KnxPropertyDataTypeGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static KnxPropertyDataType[]KnxPropertyDataType.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.apache.plc4x.java.knxnetip.readwrite, die Typen mit Argumenten vom Typ KnxPropertyDataType zurückgebenModifizierer und TypMethodeBeschreibungstatic List<KnxPropertyDataType>KnxPropertyDataType.enumsForFieldName(String fieldValue) static List<KnxPropertyDataType>KnxPropertyDataType.enumsForFieldNumber(short fieldValue) static List<KnxPropertyDataType>KnxPropertyDataType.enumsForFieldSizeInBytes(short fieldValue) Methoden in org.apache.plc4x.java.knxnetip.readwrite mit Parametern vom Typ KnxPropertyDataTypeModifizierer und TypMethodeBeschreibungstatic List<KnxInterfaceObjectProperty>KnxInterfaceObjectProperty.enumsForFieldPropertyDataType(KnxPropertyDataType fieldValue) static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty.firstEnumForFieldPropertyDataType(KnxPropertyDataType fieldValue) static intKnxProperty.getLengthInBits(PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes) static intKnxProperty.getLengthInBytes(PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes) static PlcValueKnxProperty.staticParse(ReadBuffer readBuffer, KnxPropertyDataType propertyType, Short dataLengthInBytes) static voidKnxProperty.staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes) static voidKnxProperty.staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes, ByteOrder byteOrder) Konstruktoren in org.apache.plc4x.java.knxnetip.readwrite mit Parametern vom Typ KnxPropertyDataTypeModifiziererKonstruktorBeschreibungApduDataExtPropertyDescriptionResponse(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel) ApduDataExtPropertyDescriptionResponseBuilderImpl(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel)