|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.parser.BlockingRuleType
| Field Summary | |
static int |
TYPE_EXACT
blocking rule type exact |
static int |
TYPE_NONE
blocking rule type none |
static int |
TYPE_NYSIIS
blocking rule type nysiis |
static int |
TYPE_SOUNDEX
blocking rule type soundex |
static int |
TYPE_STARTSWITH
blocking rule type startswith |
| Constructor Summary | |
BlockingRuleType(int type)
Creates new BlockingRule |
|
BlockingRuleType(java.lang.String tName,
java.lang.String cName,
int type,
int priority)
|
|
| Method Summary | |
java.lang.String |
getColumnName()
|
int |
getRuleType()
|
java.lang.String |
getTableName()
|
static BlockingRuleType |
parse(java.lang.String fieldName,
int type,
int priority)
|
void |
parseField(java.lang.String fieldName)
|
void |
setPriority(int p)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int TYPE_EXACT
public static final int TYPE_NONE
public static final int TYPE_NYSIIS
public static final int TYPE_SOUNDEX
public static final int TYPE_STARTSWITH
| Constructor Detail |
public BlockingRuleType(int type)
type - type
public BlockingRuleType(java.lang.String tName,
java.lang.String cName,
int type,
int priority)
tName - t namecName - c nametype - typepriority - priority| Method Detail |
public java.lang.String getColumnName()
public int getRuleType()
public java.lang.String getTableName()
public static BlockingRuleType parse(java.lang.String fieldName,
int type,
int priority)
fieldName - field nametype - typepriority - priority
public void parseField(java.lang.String fieldName)
fieldName - field namepublic void setPriority(int p)
p - priority
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.