Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.ComObjectValueType
Packages that use ComObjectValueType
-
Uses of ComObjectValueType in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as ComObjectValueTypeModifier and TypeFieldDescriptionprotected final ComObjectValueTypeGroupObjectDescriptorRealisationType1.valueTypeprotected final ComObjectValueTypeGroupObjectDescriptorRealisationType2.valueTypeprotected final ComObjectValueTypeGroupObjectDescriptorRealisationType7.valueTypeprotected final ComObjectValueTypeGroupObjectDescriptorRealisationTypeB.valueTypeMethods in org.apache.plc4x.java.knxnetip.readwrite that return ComObjectValueTypeModifier and TypeMethodDescriptionstatic ComObjectValueTypeComObjectValueType.enumForValue(short value) static ComObjectValueTypeComObjectValueType.firstEnumForFieldSizeInBytes(short fieldValue) GroupObjectDescriptorRealisationType1.getValueType()GroupObjectDescriptorRealisationType2.getValueType()GroupObjectDescriptorRealisationType7.getValueType()GroupObjectDescriptorRealisationTypeB.getValueType()static ComObjectValueTypeReturns 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 ComObjectValueTypeModifier and TypeMethodDescriptionstatic List<ComObjectValueType>ComObjectValueType.enumsForFieldSizeInBytes(short fieldValue) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type ComObjectValueTypeModifierConstructorDescriptionGroupObjectDescriptorRealisationType1(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)