com.ibm.tivoli.maximo.report.expr

Class ValueCollector

    • Field Detail

      • values

        protected java.lang.String[] values
      • ignoreCase

        protected boolean ignoreCase
    • Constructor Detail

      • ValueCollector

        public ValueCollector(int type,
                              java.lang.String[] value)
      • ValueCollector

        public ValueCollector(int type,
                              boolean ignoreCase,
                              java.lang.String[] values)
      • ValueCollector

        public ValueCollector(int type,
                              Collector.Mode mode,
                              boolean ignoreCase,
                              java.lang.String[] values)
    • Method Detail

      • accept

        public boolean accept(Node n)
                       throws java.rmi.RemoteException,
                              MXException
        Description copied from class: Collector
        Return true if this node can be accepted by the Collector
        Overrides:
        accept in class TypeCollector
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException
      • getValues

        public java.lang.String[] getValues()
      • isIgnoreCase

        public boolean isIgnoreCase()