- Alle Superschnittstellen:
Definition
- Alle bekannten Implementierungsklassen:
DefaultXMLTypeDefinition
A definition representing an XML namespace.
- Autor:
- Lukas Eder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@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.Von Schnittstelle geerbte Methoden org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getPartiallyQualifiedNames, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Methodendetails
-
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.
-