com.sun.mdm.index.configurator.impl.standardization
Class StandardizationConfiguration.Attributes

java.lang.Object
  extended bycom.sun.mdm.index.configurator.impl.standardization.StandardizationConfiguration.Attributes
Enclosing class:
StandardizationConfiguration

public static final class StandardizationConfiguration.Attributes
extends java.lang.Object

Attributes that correspond to the XML attribute names.


Field Summary
static java.lang.String CONCATENATION_DELIMITER
          concatenation delimiter attribute
static java.lang.String DOMAIN_SELECTOR
          domain selector attribute
static java.lang.String MODULE_NAME
          module name attribute
static java.lang.String NAME
          name attribute
static java.lang.String PARSER_CLASS
          parser class attribute
static java.lang.String STANDARDIZATION_TYPE
          standardization type attribute
 
Constructor Summary
StandardizationConfiguration.Attributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONCATENATION_DELIMITER

public static final java.lang.String CONCATENATION_DELIMITER
concatenation delimiter attribute

See Also:
Constant Field Values

DOMAIN_SELECTOR

public static final java.lang.String DOMAIN_SELECTOR
domain selector attribute

See Also:
Constant Field Values

MODULE_NAME

public static final java.lang.String MODULE_NAME
module name attribute

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
name attribute

See Also:
Constant Field Values

PARSER_CLASS

public static final java.lang.String PARSER_CLASS
parser class attribute

See Also:
Constant Field Values

STANDARDIZATION_TYPE

public static final java.lang.String STANDARDIZATION_TYPE
standardization type attribute

See Also:
Constant Field Values
Constructor Detail

StandardizationConfiguration.Attributes

public StandardizationConfiguration.Attributes()


Sun Microsystems, Inc.