|
|||||||||
| 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.PhoneticizeField
Represents the configuration of a field to phoneticize.
| Constructor Summary | |
PhoneticizeField(java.lang.String aEncodingType,
java.lang.String aPhoneticizerFieldID,
SystemObjectField aSourceField,
SystemObjectField aTargetField)
Creates new PhoeneticizeField. |
|
| Method Summary | |
java.lang.String |
getEncodingType()
Getter for EncodingType. |
java.lang.String |
getPhoneticizerFieldID()
Getter for PhoneticizerFieldID. |
SystemObjectField |
getSourceField()
Getter for SourceField. |
SystemObjectField |
getTargetField()
Getter for TargetField. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PhoneticizeField(java.lang.String aEncodingType,
java.lang.String aPhoneticizerFieldID,
SystemObjectField aSourceField,
SystemObjectField aTargetField)
aEncodingType - The encoding type corresponding to an available
phonetic encoder.aPhoneticizerFieldID - An optional encoder specific ID for the
field if the encoder supports it.aSourceField - The field from which to get the value to encode.aTargetField - The field to which to write the encoded version.| Method Detail |
public java.lang.String getEncodingType()
public java.lang.String getPhoneticizerFieldID()
public SystemObjectField getSourceField()
public SystemObjectField getTargetField()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.