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

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

public static final class MetadataConstants.DATATYPE_VARIETIES
extends java.lang.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


Field Summary
static short ATOMIC
           
static short COMPLEX
           
static short LIST
           
static java.lang.String[] TYPE_NAMES
           
static short UNION
           
 
Constructor Summary
MetadataConstants.DATATYPE_VARIETIES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 java.lang.String[] TYPE_NAMES
Constructor Detail

MetadataConstants.DATATYPE_VARIETIES

public MetadataConstants.DATATYPE_VARIETIES()


Copyright © 2009. All Rights Reserved.