|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.matching.MatchColumn
Represents the configuration for a Match Column.
Constructor Summary | |
MatchColumn()
Creates a new MatchColumn instance |
Method Summary | |
EPath |
getEPath()
Retreives the parsed fully qualified name including qualifiers (EPath string) to access value objects, that corresponds to this Column. |
int |
getMatchOrder()
The matchOrder is an match engine-specific setting that can control the order the columns are used in matching if the MatchEngine requires this to be defined. |
java.lang.String |
getMatchType()
Retreives the type of a column a specific MatchEngine understands so it can identify what this column represents and how to match it. |
java.lang.String |
getQualifiedName()
Retrieves the fully qualified name including qualifiers (EPath string) to access value objects, that corresponds to this Column. |
(package private) void |
setMatchOrder(int value)
Sets the matchOrder if the chosen match engine supports this setting. |
(package private) void |
setMatchType(java.lang.String value)
Sets the matchType. |
(package private) void |
setQualifiedName(java.lang.String value)
Sets the qualified name of the match column. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MatchColumn()
Method Detail |
public EPath getEPath()
public int getMatchOrder()
public java.lang.String getMatchType()
public java.lang.String getQualifiedName()
void setMatchOrder(int value)
value
- The order in which to match a column.void setMatchType(java.lang.String value)
value
- The match type.void setQualifiedName(java.lang.String value) throws ConfigurationException
value
- Qualified name of the match column.
ConfigurationException
- if the configuration could not be parsed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.