- All Superinterfaces:
Definition
- All Known Implementing Classes:
DefaultXMLTypeDefinition
A definition representing an XML namespace.
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull XMLNamespaceDefinitionGet 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 interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Method Details
-
getNamespace
Get the namespace to which this type belongs. -
isRootElementType
boolean isRootElementType()Whether this type can be used as a root element. -
getRootElementCount
int getRootElementCount()Get the number of root elements this type is available from.
-