com.karmasphere.share.constants
Class MatchConstants

java.lang.Object
  extended by com.karmasphere.share.constants.MatchConstants

public class MatchConstants
extends Object


Field Summary
static int MATCH_ALWAYS
           
static int MATCH_EXACT
           
static int MATCH_PARTIAL
           
 
Constructor Summary
MatchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MATCH_EXACT

public static final int MATCH_EXACT
See Also:
Constant Field Values

MATCH_PARTIAL

public static final int MATCH_PARTIAL
See Also:
Constant Field Values

MATCH_ALWAYS

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

MatchConstants

public MatchConstants()


Copyright © 2004-2005 Karamsphere. All Rights Reserved.