Uses of Class
com.objex.progeny.anywhere.legend.CompareOperator

Packages that use CompareOperator
com.objex.progeny.anywhere.legend   
com.objex.progeny.anywhere.legend.symbols   
 

Uses of CompareOperator in com.objex.progeny.anywhere.legend
 

Methods in com.objex.progeny.anywhere.legend that return CompareOperator
static CompareOperator CompareOperator.toOp(java.lang.String as_str_value)
           
static CompareOperator CompareOperator.valueOf(int ai_cpp_op)
           
static CompareOperator CompareOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompareOperator[] CompareOperator.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of CompareOperator in com.objex.progeny.anywhere.legend.symbols
 

Methods in com.objex.progeny.anywhere.legend.symbols that return CompareOperator
 CompareOperator XRFSymbolsLegendItem.getOp()
           
 

Methods in com.objex.progeny.anywhere.legend.symbols with parameters of type CompareOperator
 void XRFSymbolsLegendItem.setOp(CompareOperator op)