com.sun.mdm.index.configurator.impl
Class MEFAConfiguration.Components

java.lang.Object
  extended bycom.sun.mdm.index.configurator.impl.MEFAConfiguration.Components
Enclosing class:
MEFAConfiguration

public static class MEFAConfiguration.Components
extends java.lang.Object

ComponentNames which identify the available MEFA components


Field Summary
static java.lang.String BLOCK_PICKER
          MEFA component name for block picker
static java.lang.String MATCH_ENGINE_CONFIG
          MEFA component name for match engine configuration
static java.lang.String MATCHER_API
          MEFA component name for matcher api
static java.lang.String PASS_CONTROLLER
          MEFA component name for pass controller
static java.lang.String STANDARDIZER_API
          MEFA component name for standardizer api
static java.lang.String STANDARDIZER_ENGINE_CONFIG
          MEFA component name for standardizer engine configuration
 
Constructor Summary
MEFAConfiguration.Components()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOCK_PICKER

public static final java.lang.String BLOCK_PICKER
MEFA component name for block picker

See Also:
Constant Field Values

MATCH_ENGINE_CONFIG

public static final java.lang.String MATCH_ENGINE_CONFIG
MEFA component name for match engine configuration

See Also:
Constant Field Values

MATCHER_API

public static final java.lang.String MATCHER_API
MEFA component name for matcher api

See Also:
Constant Field Values

PASS_CONTROLLER

public static final java.lang.String PASS_CONTROLLER
MEFA component name for pass controller

See Also:
Constant Field Values

STANDARDIZER_API

public static final java.lang.String STANDARDIZER_API
MEFA component name for standardizer api

See Also:
Constant Field Values

STANDARDIZER_ENGINE_CONFIG

public static final java.lang.String STANDARDIZER_ENGINE_CONFIG
MEFA component name for standardizer engine configuration

See Also:
Constant Field Values
Constructor Detail

MEFAConfiguration.Components

public MEFAConfiguration.Components()


Sun Microsystems, Inc.