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

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

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

These types are associated with a DataType or an Element needing the indication of null types. The values must be kept consistent with the NullableType enumeration in the relational metamodel and the values referenced in NullTypeEnumeration.properties in connector.metadata


Field Summary
static short NOT_NULL
           
static short NULLABLE
           
static java.lang.String[] TYPE_NAMES
           
static short UNKNOWN
           
 
Constructor Summary
MetadataConstants.NULL_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_NULL

public static final short NOT_NULL
See Also:
Constant Field Values

NULLABLE

public static final short NULLABLE
See Also:
Constant Field Values

UNKNOWN

public static final short UNKNOWN
See Also:
Constant Field Values

TYPE_NAMES

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

MetadataConstants.NULL_TYPES

public MetadataConstants.NULL_TYPES()


Copyright © 2009. All Rights Reserved.