Class SavedRollup
java.lang.Object
com.illumon.iris.console.events.rollup.SavedRollup
A struct containing all of the relevant info for saving a Swing UI defined rollup.
-
Constructor Summary
ConstructorsConstructorDescriptionSavedRollup
(com.illumon.iris.treetable.RollupDefinition definition, org.jdom2.Element workspace) -
Method Summary
Modifier and TypeMethodDescriptionstatic SavedRollup
fromXml
(org.jdom2.Element rollupElement) com.illumon.iris.treetable.RollupDefinition
getName()
org.jdom2.Element
void
org.jdom2.Element
toXml()
-
Constructor Details
-
SavedRollup
public SavedRollup(com.illumon.iris.treetable.RollupDefinition definition, org.jdom2.Element workspace)
-
-
Method Details
-
setName
-
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
-