com.bea.document.internal
Class XMLSchemaDataType

java.lang.Object
  extended bycom.bea.document.internal.XMLSchemaDataType

public final class XMLSchemaDataType
extends Object

Utility functions for XML Schema data types.


Constructor Summary
XMLSchemaDataType()
           
 
Method Summary
static String[] getBuiltInTypes()
           
static String getDefaultValueForStandardDataType(String dataType)
           
static String[] getDerivedTypes()
           
static boolean isStandardDataType(String dataType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaDataType

public XMLSchemaDataType()
Method Detail

getBuiltInTypes

public static String[] getBuiltInTypes()

getDefaultValueForStandardDataType

public static String getDefaultValueForStandardDataType(String dataType)

getDerivedTypes

public static String[] getDerivedTypes()

isStandardDataType

public static boolean isStandardDataType(String dataType)