com.metamatrix.modeler.core.metadata.runtime
Class MetadataConstants.MATCH_TYPES

java.lang.Object
  extended by com.metamatrix.modeler.core.metadata.runtime.MetadataConstants.MATCH_TYPES
Enclosing class:
MetadataConstants

public static final class MetadataConstants.MATCH_TYPES
extends java.lang.Object

These types are associated with a KEY, indicating the type of matching that can be performed on it.


Field Summary
static short FULL_MATCH
           
static short NA
           
static short NEITHER_MATCH
           
static short PARTIAL_MATCH
           
static java.lang.String[] TYPE_NAMES
           
 
Constructor Summary
MetadataConstants.MATCH_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_MATCH

public static final short FULL_MATCH
See Also:
Constant Field Values

PARTIAL_MATCH

public static final short PARTIAL_MATCH
See Also:
Constant Field Values

NEITHER_MATCH

public static final short NEITHER_MATCH
See Also:
Constant Field Values

NA

public static final short NA
See Also:
Constant Field Values

TYPE_NAMES

public static final java.lang.String[] TYPE_NAMES
Constructor Detail

MetadataConstants.MATCH_TYPES

public MetadataConstants.MATCH_TYPES()


Copyright © 2009. All Rights Reserved.