com.ibm.cics.model

Enum FilterExpression.AttributeOperator

    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      EQ 
      GE 
      GT 
      IS 
      LE 
      LT 
      NE 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static FilterExpression.AttributeOperator valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static FilterExpression.AttributeOperator[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.