com.metamatrix.metadata.runtime.api
Class MetadataConstants.NULL_TYPES

java.lang.Object
  extended by com.metamatrix.metadata.runtime.api.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.


Field Summary
static short NOT_NULL
           
static short NULLABLE
           
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
Constructor Detail

MetadataConstants.NULL_TYPES

public MetadataConstants.NULL_TYPES()


Copyright © 2009. All Rights Reserved.