Uses of Class
org.teiid.core.types.XMLType.Type
-
Packages that use XMLType.Type Package Description org.teiid.core.types org.teiid.core.types.basic -
-
Uses of XMLType.Type in org.teiid.core.types
Methods in org.teiid.core.types that return XMLType.Type Modifier and Type Method Description XMLType.Type
XMLType. getType()
static XMLType.Type
XMLType.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static XMLType.Type[]
XMLType.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.core.types with parameters of type XMLType.Type Modifier and Type Method Description void
XMLType. setType(XMLType.Type type)
-
Uses of XMLType.Type in org.teiid.core.types.basic
Methods in org.teiid.core.types.basic that return XMLType.Type Modifier and Type Method Description static XMLType.Type
StringToSQLXMLTransform. isXml(Reader reader)
-