org.jclarion.clarion.constants
Class Match

java.lang.Object
  extended by org.jclarion.clarion.constants.Match

public class Match
extends java.lang.Object


Field Summary
static int NOCASE
           
static int REGULAR
           
static int SIMPLE
           
static int SOUNDEX
           
static int WILD
           
 
Constructor Summary
Match()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE

public static final int SIMPLE
See Also:
Constant Field Values

WILD

public static final int WILD
See Also:
Constant Field Values

REGULAR

public static final int REGULAR
See Also:
Constant Field Values

SOUNDEX

public static final int SOUNDEX
See Also:
Constant Field Values

NOCASE

public static final int NOCASE
See Also:
Constant Field Values
Constructor Detail

Match

public Match()


Copyright © 2010. All Rights Reserved.