Class Segment


  • public class Segment
    extends java.lang.Object
    Represents the internal makings of a Segment.
    • Constructor Summary

      Constructors 
      Constructor Description
      Segment​(byte segmentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte getSegmentType()
      Returns the segmentType value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Segment

        public Segment​(byte segmentType)
    • Method Detail

      • getSegmentType

        public byte getSegmentType()
        Returns the segmentType value.
        Returns:
        byte segmentType value.