Class EEX1Config

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class EEX1Config
    extends java.lang.Object
    implements java.lang.Cloneable
    Contains methods to alter variables defined under GetFlags() API
    • Constructor Summary

      Constructors 
      Constructor Description
      EEX1Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      short getiPad2()
      Returns the iPad2 part of EEX1Config
      short getiPad3()
      Returns the iPad3 part of EEX1Config
      short getiPad4()
      Returns the iPad4 part of EEX1Config
      short getiPad5()
      Returns the iPad5 part of EEX1Config
      short getiPad6()
      Returns the iPad6 part of EEX1Config
      short getiPad7()
      Returns the iPad7 part of EEX1Config
      short getLeadParityX()
      Returns the LeadParityX part of EEX1Config
      short getTrailParityX()
      Returns the TrailParityX part of EEX1Config
      void setiPad2​(short iPad2)
      Sets the iPad2 part of EEX1Config
      void setiPad3​(short iPad3)
      Sets the iPad3 part of EEX1Config
      void setiPad4​(short iPad4)
      Sets the iPad4 part of EEX1Config
      void setiPad5​(short iPad5)
      Sets the iPad5 part of EEX1Config
      void setiPad6​(short iPad6)
      Sets the iPad6 part of EEX1Config
      void setiPad7​(short iPad7)
      Sets the iPad7 part of EEX1Config
      void setLeadParityX​(short leadParityX)
      Sets the LeadParityX part of EEX1Config
      void setTrailParityX​(short trailParityX)
      Sets the TrailParityX part of EEX1Config
      • Methods inherited from class java.lang.Object

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

      • EEX1Config

        public EEX1Config()
    • Method Detail

      • clone

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

        public short getLeadParityX()
        Returns the LeadParityX part of EEX1Config
      • setLeadParityX

        public void setLeadParityX​(short leadParityX)
        Sets the LeadParityX part of EEX1Config
      • getTrailParityX

        public short getTrailParityX()
        Returns the TrailParityX part of EEX1Config
      • setTrailParityX

        public void setTrailParityX​(short trailParityX)
        Sets the TrailParityX part of EEX1Config
      • getiPad2

        public short getiPad2()
        Returns the iPad2 part of EEX1Config
      • setiPad2

        public void setiPad2​(short iPad2)
        Sets the iPad2 part of EEX1Config
      • getiPad3

        public short getiPad3()
        Returns the iPad3 part of EEX1Config
      • setiPad3

        public void setiPad3​(short iPad3)
        Sets the iPad3 part of EEX1Config
      • getiPad4

        public short getiPad4()
        Returns the iPad4 part of EEX1Config
      • setiPad4

        public void setiPad4​(short iPad4)
        Sets the iPad4 part of EEX1Config
      • getiPad5

        public short getiPad5()
        Returns the iPad5 part of EEX1Config
      • setiPad5

        public void setiPad5​(short iPad5)
        Sets the iPad5 part of EEX1Config
      • getiPad6

        public short getiPad6()
        Returns the iPad6 part of EEX1Config
      • setiPad6

        public void setiPad6​(short iPad6)
        Sets the iPad6 part of EEX1Config
      • getiPad7

        public short getiPad7()
        Returns the iPad7 part of EEX1Config
      • setiPad7

        public void setiPad7​(short iPad7)
        Sets the iPad7 part of EEX1Config