java.lang.Object
org.jooq.meta.AbstractDefinition
org.jooq.meta.DefaultXMLTypeDefinition
- All Implemented Interfaces:
Definition,XMLTypeDefinition
- Author:
- Lukas Eder
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultXMLTypeDefinition(XMLNamespaceDefinition namespace, String name, int rootElementCount) -
Method Summary
Modifier and TypeMethodDescriptionGet the namespace to which this type belongs.intGet the number of root elements this type is available from.booleanWhether this type can be used as a root element.Methods inherited from class org.jooq.meta.AbstractDefinition
create, create, equals, getCatalog, getComment, getConnection, getDatabase, getDefinitionPath, getDialect, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Constructor Details
-
DefaultXMLTypeDefinition
public DefaultXMLTypeDefinition(XMLNamespaceDefinition namespace, String name, int rootElementCount)
-
-
Method Details
-
getNamespace
Description copied from interface:XMLTypeDefinitionGet the namespace to which this type belongs.- Specified by:
getNamespacein interfaceXMLTypeDefinition
-
isRootElementType
public boolean isRootElementType()Description copied from interface:XMLTypeDefinitionWhether this type can be used as a root element.- Specified by:
isRootElementTypein interfaceXMLTypeDefinition
-
getRootElementCount
public int getRootElementCount()Description copied from interface:XMLTypeDefinitionGet the number of root elements this type is available from.- Specified by:
getRootElementCountin interfaceXMLTypeDefinition
-