com.sun.mdm.index.configurator.impl
Class PhoneticEncodersConfig.Tags

java.lang.Object
  extended bycom.sun.mdm.index.configurator.impl.PhoneticEncodersConfig.Tags
Enclosing class:
PhoneticEncodersConfig

public static final class PhoneticEncodersConfig.Tags
extends java.lang.Object

Tags that correspond to the XML node names.


Field Summary
static java.lang.String ENCODER
          encoder tag
static java.lang.String ENCODER_IMPL_CLASS
          encoder implementation class tag
static java.lang.String ENCODING_TYPE
          encoding type tag
 
Constructor Summary
PhoneticEncodersConfig.Tags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODER

public static final java.lang.String ENCODER
encoder tag

See Also:
Constant Field Values

ENCODER_IMPL_CLASS

public static final java.lang.String ENCODER_IMPL_CLASS
encoder implementation class tag

See Also:
Constant Field Values

ENCODING_TYPE

public static final java.lang.String ENCODING_TYPE
encoding type tag

See Also:
Constant Field Values
Constructor Detail

PhoneticEncodersConfig.Tags

public PhoneticEncodersConfig.Tags()


Sun Microsystems, Inc.