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

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

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

A DataType object will be identified as being of one of these types. The values must be kept consistent with the values referenced in DatatypeTypeEnumeration.properties in connector.metadata


Field Summary
static short BASIC
           
static short RESULT_SET
           
static java.lang.String[] TYPE_NAMES
           
static short USER_DEFINED
           
 
Constructor Summary
MetadataConstants.DATATYPE_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASIC

public static final short BASIC
See Also:
Constant Field Values

USER_DEFINED

public static final short USER_DEFINED
See Also:
Constant Field Values

RESULT_SET

public static final short RESULT_SET
See Also:
Constant Field Values

TYPE_NAMES

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

MetadataConstants.DATATYPE_TYPES

public MetadataConstants.DATATYPE_TYPES()


Copyright © 2009. All Rights Reserved.