Class BATCH_MODE


  • public class BATCH_MODE
    extends java.lang.Object
    Contains the state parameters of batch mode state and getters of these states. Supported only in RFD8500
    • Field Detail

      • DISABLE

        public static final BATCH_MODE DISABLE
        batchmode disable
      • AUTO

        public static final BATCH_MODE AUTO
        batchmode auto
      • ENABLE

        public static final BATCH_MODE ENABLE
        batchmode enable
      • ordinal

        public final int ordinal
    • Method Detail

      • GetBatchModeCodeValue

        public static java.lang.Object GetBatchModeCodeValue​(int value)
      • GetBatchModeCodeValue

        public static java.lang.Object GetBatchModeCodeValue​(java.lang.String value)
      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object