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 Summary
Constructors Constructor Description SavedRollup(com.illumon.iris.treetable.RollupDefinition definition, org.jdom2.Element workspace) -
Method Summary
Modifier and Type Method Description static SavedRollupfromXml(org.jdom2.Element rollupElement)com.illumon.iris.treetable.RollupDefinitiongetDefinition()StringgetName()org.jdom2.ElementgetWorkspace()voidsetName(String name)org.jdom2.ElementtoXml()
-
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
-