Class GroupObjectDescriptorRealisationTypeB
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.GroupObjectDescriptorRealisationTypeB
-
- All Implemented Interfaces:
Message,Serializable
public class GroupObjectDescriptorRealisationTypeB extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancommunicationEnableprotected CEMIPrioritypriorityprotected booleanreadEnableprotected booleansegmentSelectorEnableprotected booleantransmitEnableprotected booleanupdateEnableprotected ComObjectValueTypevalueTypeprotected booleanwriteEnable
-
Constructor Summary
Constructors Constructor Description GroupObjectDescriptorRealisationTypeB(boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)booleangetCommunicationEnable()intgetLengthInBits()intgetLengthInBytes()CEMIPrioritygetPriority()booleangetReadEnable()booleangetSegmentSelectorEnable()booleangetTransmitEnable()booleangetUpdateEnable()ComObjectValueTypegetValueType()booleangetWriteEnable()inthashCode()voidserialize(WriteBuffer writeBuffer)static GroupObjectDescriptorRealisationTypeBstaticParse(ReadBuffer readBuffer)static GroupObjectDescriptorRealisationTypeBstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
updateEnable
protected final boolean updateEnable
-
transmitEnable
protected final boolean transmitEnable
-
segmentSelectorEnable
protected final boolean segmentSelectorEnable
-
writeEnable
protected final boolean writeEnable
-
readEnable
protected final boolean readEnable
-
communicationEnable
protected final boolean communicationEnable
-
priority
protected final CEMIPriority priority
-
valueType
protected final ComObjectValueType valueType
-
-
Constructor Detail
-
GroupObjectDescriptorRealisationTypeB
public GroupObjectDescriptorRealisationTypeB(boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-
-
Method Detail
-
getUpdateEnable
public boolean getUpdateEnable()
-
getTransmitEnable
public boolean getTransmitEnable()
-
getSegmentSelectorEnable
public boolean getSegmentSelectorEnable()
-
getWriteEnable
public boolean getWriteEnable()
-
getReadEnable
public boolean getReadEnable()
-
getCommunicationEnable
public boolean getCommunicationEnable()
-
getPriority
public CEMIPriority getPriority()
-
getValueType
public ComObjectValueType getValueType()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static GroupObjectDescriptorRealisationTypeB staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static GroupObjectDescriptorRealisationTypeB staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-