|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.standardization.SystemObjectStandardization
Represents the configuration for a 'standardize system object' entry, defining how to standardize a given system object.
Constructor Summary | |
SystemObjectStandardization(java.util.ArrayList aPhoneticize,
java.util.ArrayList aPreParsed,
java.util.ArrayList aUnParsed,
java.lang.String aQualifiedName)
Creates new SystemObjectStandardization. |
Method Summary | |
java.util.ArrayList |
getFieldsToPhoneticize()
Getter for FieldsToPhoneticize. |
java.util.ArrayList |
getPreParsedFieldGroups()
Getter for PreParsedFieldGroups. |
java.lang.String |
getQualifiedName()
Getter for QualifiedName. |
java.util.ArrayList |
getUnParsedFieldGroups()
Getter for UnParsedFieldGroups. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemObjectStandardization(java.util.ArrayList aPhoneticize, java.util.ArrayList aPreParsed, java.util.ArrayList aUnParsed, java.lang.String aQualifiedName)
aPhoneticize
- The PhoneticizeField definitions of what to phoneticize.aPreParsed
- The PreparsedFieldGroup definitions of what to normalize.aUnParsed
- The UnparsedFieldGroup definitions of what to standardize.aQualifiedName
- The qualified name of the SystemObject this configuration
relates to.Method Detail |
public java.util.ArrayList getFieldsToPhoneticize()
public java.util.ArrayList getPreParsedFieldGroups()
public java.lang.String getQualifiedName()
public java.util.ArrayList getUnParsedFieldGroups()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.