Package org.teiid.metadata.index
Class MetadataConstants.DATATYPE_VARIETIES
- java.lang.Object
-
- org.teiid.metadata.index.MetadataConstants.DATATYPE_VARIETIES
-
- Enclosing class:
- MetadataConstants
public static final class MetadataConstants.DATATYPE_VARIETIES extends Object
User defined DataType objects will be categorized by a variety The values must be kept consistent with the XSDVariety enumeration in the xsd metamodel and the values referenced in DatatypeVarietyEnumeration.properties in connector.metadata
-
-
Constructor Summary
Constructors Constructor Description DATATYPE_VARIETIES()
-
-
-
Field Detail
-
ATOMIC
public static final short ATOMIC
- See Also:
- Constant Field Values
-
LIST
public static final short LIST
- See Also:
- Constant Field Values
-
UNION
public static final short UNION
- See Also:
- Constant Field Values
-
COMPLEX
public static final short COMPLEX
- See Also:
- Constant Field Values
-
TYPE_NAMES
public static final String[] TYPE_NAMES
-
-