Class Segment


  • public class Segment
    extends Object
    Represents the internal makings of a Segment.
    • Constructor Detail

      • Segment

        public Segment​(byte segmentType)
        Creates a Segment object
        Parameters:
        segmentType - segment type
    • Method Detail

      • getSegmentType

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