Class FILTER_ACTION


  • public class FILTER_ACTION
    extends java.lang.Object
    Filter Action for the PreFilter: State Aware, Unaware or Default.
    • Field Detail

      • FILTER_ACTION_DEFAULT

        public static final FILTER_ACTION FILTER_ACTION_DEFAULT
        Target and Action will be based on Reader-Settings
      • FILTER_ACTION_STATE_AWARE

        public static final FILTER_ACTION FILTER_ACTION_STATE_AWARE
        State Aware Filter action
      • FILTER_ACTION_STATE_UNAWARE

        public static final FILTER_ACTION FILTER_ACTION_STATE_UNAWARE
        State Unaware Filter action
      • ordinal

        public final int ordinal
    • Method Detail

      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

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