Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.ComObjectValueType
-
Packages that use ComObjectValueType Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of ComObjectValueType in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as ComObjectValueType Modifier and Type Field Description protected ComObjectValueTypeGroupObjectDescriptorRealisationType1. valueTypeprotected ComObjectValueTypeGroupObjectDescriptorRealisationType2. valueTypeprotected ComObjectValueTypeGroupObjectDescriptorRealisationType7. valueTypeprotected ComObjectValueTypeGroupObjectDescriptorRealisationTypeB. valueTypeMethods in org.apache.plc4x.java.knxnetip.readwrite that return ComObjectValueType Modifier and Type Method Description static ComObjectValueTypeComObjectValueType. enumForValue(short value)static ComObjectValueTypeComObjectValueType. firstEnumForFieldSizeInBytes(short fieldValue)ComObjectValueTypeGroupObjectDescriptorRealisationType1. getValueType()ComObjectValueTypeGroupObjectDescriptorRealisationType2. getValueType()ComObjectValueTypeGroupObjectDescriptorRealisationType7. getValueType()ComObjectValueTypeGroupObjectDescriptorRealisationTypeB. getValueType()static ComObjectValueTypeComObjectValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComObjectValueType[]ComObjectValueType. 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 ComObjectValueType Modifier and Type Method Description static List<ComObjectValueType>ComObjectValueType. enumsForFieldSizeInBytes(short fieldValue)Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type ComObjectValueType Constructor Description GroupObjectDescriptorRealisationType1(short dataPointer, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)GroupObjectDescriptorRealisationType2(short dataPointer, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)GroupObjectDescriptorRealisationType7(int dataAddress, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)GroupObjectDescriptorRealisationTypeB(boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-