com.telelogic.rhapsody.core
Class SearchFindAsEnum

java.lang.Object
  extended by com.telelogic.rhapsody.core.SearchFindAsEnum

public class SearchFindAsEnum
extends java.lang.Object


Field Summary
static char RP_SEARCH_EMPTY_ONLY
          search for empty string only
static char RP_SEARCH_EXACT
          search for exact string
static char RP_SEARCH_REGEX
          search as regular expression
static char RP_SEARCH_WILDCARD
          search as wildcard
 
Constructor Summary
SearchFindAsEnum()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RP_SEARCH_EXACT

public static final char RP_SEARCH_EXACT
search for exact string

See Also:
Constant Field Values

RP_SEARCH_WILDCARD

public static final char RP_SEARCH_WILDCARD
search as wildcard

See Also:
Constant Field Values

RP_SEARCH_REGEX

public static final char RP_SEARCH_REGEX
search as regular expression

See Also:
Constant Field Values

RP_SEARCH_EMPTY_ONLY

public static final char RP_SEARCH_EMPTY_ONLY
search for empty string only

See Also:
Constant Field Values
Constructor Detail

SearchFindAsEnum

public SearchFindAsEnum()