com.telelogic.rhapsody.core
Class IRPSearchQuery.References.QuantityOperator

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPSearchQuery.References.QuantityOperator
Enclosing class:
IRPSearchQuery.References

public static final class IRPSearchQuery.References.QuantityOperator
extends java.lang.Object


Field Summary
static java.lang.String EXACTLY
           
static java.lang.String LESS_THAN
           
static java.lang.String MORE_THAN
           
 
Constructor Summary
IRPSearchQuery.References.QuantityOperator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MORE_THAN

public static final java.lang.String MORE_THAN
See Also:
Constant Field Values

LESS_THAN

public static final java.lang.String LESS_THAN
See Also:
Constant Field Values

EXACTLY

public static final java.lang.String EXACTLY
See Also:
Constant Field Values
Constructor Detail

IRPSearchQuery.References.QuantityOperator

public IRPSearchQuery.References.QuantityOperator()