Class SepFldData

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SepFldData
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Summary

      Constructors 
      Constructor Description
      SepFldData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      int[] getSepFldBuffer()
      Returns the sepFldBuffer part of SepFldData
      void setSepFldBuffer​(int[] sepFldBuffer)
      Sets the sepFldBuffer part of SepFldData
      • Methods inherited from class java.lang.Object

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

      • SepFldData

        public SepFldData()
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • getSepFldBuffer

        public int[] getSepFldBuffer()
        Returns the sepFldBuffer part of SepFldData
      • setSepFldBuffer

        public void setSepFldBuffer​(int[] sepFldBuffer)
        Sets the sepFldBuffer part of SepFldData