Package com.illumon.iris.db.schema
Interface ExtendedStorageXml
- All Superinterfaces:
ExtendedStorage
A base interface for
Schema
ExtendedStorage elements known to be XML.-
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Element
Provide access to the Element, for subclasses.Methods inherited from interface com.illumon.iris.db.schema.ExtendedStorage
getType
-
Method Details
-
getElement
@NotNull org.jdom2.Element getElement()Provide access to the Element, for subclasses.- Returns:
- this, as an XML element, which should be considered immutable.
-