Package org.teiid.metadata.index
Class MetadataConstants.MATCH_TYPES
- java.lang.Object
-
- org.teiid.metadata.index.MetadataConstants.MATCH_TYPES
-
- Enclosing class:
- MetadataConstants
public static final class MetadataConstants.MATCH_TYPES extends Object
These types are associated with a KEY, indicating the type of matching that can be performed on it.
-
-
Field Summary
Fields Modifier and Type Field Description static short
FULL_MATCH
static short
NA
static short
NEITHER_MATCH
static short
PARTIAL_MATCH
static String[]
TYPE_NAMES
-
Constructor Summary
Constructors Constructor Description MATCH_TYPES()
-
-
-
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 String[] TYPE_NAMES
-
-