com.telelogic.rhapsody.core
Class IRPSearchQuery.UnresolvedKind

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPSearchQuery.UnresolvedKind
Enclosing interface:
IRPSearchQuery

public static final class IRPSearchQuery.UnresolvedKind
extends java.lang.Object


Field Summary
static java.lang.String IGNORE_UNRESOLVED
           
static java.lang.String ONLY_UNRESOLVED_OR_UNLOADED
           
static java.lang.String SHOW_UNRESOLVED
           
 
Constructor Summary
IRPSearchQuery.UnresolvedKind()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE_UNRESOLVED

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

SHOW_UNRESOLVED

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

ONLY_UNRESOLVED_OR_UNLOADED

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

IRPSearchQuery.UnresolvedKind

public IRPSearchQuery.UnresolvedKind()