Class AnsiExtendedSymbolSegment
- java.lang.Object
-
- org.apache.plc4x.java.eip.readwrite.DataSegmentType
-
- org.apache.plc4x.java.eip.readwrite.AnsiExtendedSymbolSegment
-
- All Implemented Interfaces:
Message,Serializable
public class AnsiExtendedSymbolSegment extends DataSegmentType implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnsiExtendedSymbolSegment.AnsiExtendedSymbolSegmentBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.eip.readwrite.DataSegmentType
DataSegmentType.DataSegmentTypeBuilder
-
-
Constructor Summary
Constructors Constructor Description AnsiExtendedSymbolSegment(String symbol, Short pad)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BytegetDataSegmentType()intgetLengthInBits()intgetLengthInBytes()ShortgetPad()StringgetSymbol()inthashCode()protected voidserializeDataSegmentTypeChild(WriteBuffer writeBuffer)static DataSegmentType.DataSegmentTypeBuilderstaticParseDataSegmentTypeBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.eip.readwrite.DataSegmentType
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Method Detail
-
getDataSegmentType
public Byte getDataSegmentType()
- Specified by:
getDataSegmentTypein classDataSegmentType
-
getSymbol
public String getSymbol()
-
getPad
public Short getPad()
-
serializeDataSegmentTypeChild
protected void serializeDataSegmentTypeChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeDataSegmentTypeChildin classDataSegmentType- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classDataSegmentType
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classDataSegmentType
-
staticParseDataSegmentTypeBuilder
public static DataSegmentType.DataSegmentTypeBuilder staticParseDataSegmentTypeBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataSegmentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataSegmentType
-
toString
public String toString()
- Overrides:
toStringin classDataSegmentType
-
-