Interface ExtendedStorageXml

All Superinterfaces:
ExtendedStorage

public interface ExtendedStorageXml extends ExtendedStorage
A base interface for Schema ExtendedStorage elements known to be XML.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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.