Class SavedRollup

java.lang.Object
com.illumon.iris.console.events.rollup.SavedRollup

public class SavedRollup extends Object
A struct containing all of the relevant info for saving a Swing UI defined rollup.
  • Constructor Details

    • SavedRollup

      public SavedRollup(com.illumon.iris.treetable.RollupDefinition definition, org.jdom2.Element workspace)
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • getDefinition

      public com.illumon.iris.treetable.RollupDefinition getDefinition()
    • getWorkspace

      public org.jdom2.Element getWorkspace()
    • toXml

      public org.jdom2.Element toXml()
    • fromXml

      public static SavedRollup fromXml(org.jdom2.Element rollupElement) throws UncheckedDeephavenException
      Throws:
      UncheckedDeephavenException