Class IdDisplayParameters

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IdDisplayParameters
    extends java.lang.Object
    implements java.lang.Cloneable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      short getiDDispLen()
      Returns the iDDispLen part of IdDisplayParameters
      short getiELDelim()
      Returns the iELDelim part of IdDisplayParameters
      short getiExOutputFormat()
      Returns the iExOutputFormat part of IdDisplayParameters
      short getiFACDispLen()
      Returns the iFACDispLen part of IdDisplayParameters
      short getiFACIDDelim()
      Returns the iFACIDDelim part of IdDisplayParameters
      void setiDDispLen​(short iDDispLen)
      Sets the iDDispLen part of IdDisplayParameters
      void setiELDelim​(short iELDelim)
      Sets the iELDelim part of IdDisplayParameters
      void setiExOutputFormat​(short iExOutputFormat)
      Sets the iExOutputFormat part of IdDisplayParameters
      void setiFACDispLen​(short iFACDispLen)
      Sets the iFACDispLen part of IdDisplayParameters
      void setiFACIDDelim​(short iFACIDDelim)
      Sets the iFACIDDelim part of IdDisplayParameters
      • Methods inherited from class java.lang.Object

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

      • IdDisplayParameters

        public IdDisplayParameters()
    • Method Detail

      • clone

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

        public short getiFACIDDelim()
        Returns the iFACIDDelim part of IdDisplayParameters
      • setiFACIDDelim

        public void setiFACIDDelim​(short iFACIDDelim)
        Sets the iFACIDDelim part of IdDisplayParameters
      • getiELDelim

        public short getiELDelim()
        Returns the iELDelim part of IdDisplayParameters
      • setiELDelim

        public void setiELDelim​(short iELDelim)
        Sets the iELDelim part of IdDisplayParameters
      • getiDDispLen

        public short getiDDispLen()
        Returns the iDDispLen part of IdDisplayParameters
      • setiDDispLen

        public void setiDDispLen​(short iDDispLen)
        Sets the iDDispLen part of IdDisplayParameters
      • getiFACDispLen

        public short getiFACDispLen()
        Returns the iFACDispLen part of IdDisplayParameters
      • setiFACDispLen

        public void setiFACDispLen​(short iFACDispLen)
        Sets the iFACDispLen part of IdDisplayParameters
      • getiExOutputFormat

        public short getiExOutputFormat()
        Returns the iExOutputFormat part of IdDisplayParameters
      • setiExOutputFormat

        public void setiExOutputFormat​(short iExOutputFormat)
        Sets the iExOutputFormat part of IdDisplayParameters