Class DisplayType.Literal
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.DisplayType
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.DisplayType.Literal
-
- Enclosing class:
- DisplayType
public static class DisplayType.Literal extends DisplayType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.processmining.plugins.inductiveVisualMiner.dataanalysis.DisplayType
DisplayType.Bool, DisplayType.Duration, DisplayType.HTML, DisplayType.Image, DisplayType.Literal, DisplayType.NA, DisplayType.Numeric, DisplayType.NumericUnpadded, DisplayType.Time, DisplayType.Type
-
-
Field Summary
-
Fields inherited from class org.processmining.plugins.inductiveVisualMiner.dataanalysis.DisplayType
numberFormat
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayType.TypegetType()doublegetValue()java.lang.StringtoString()-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.dataanalysis.DisplayType
bool, create, create, create, create, duration, fromAttribute, getHorizontalAlignment, html, image, literal, NA, numeric, numeric, numericUnpadded, setHorizontalAlignment, time
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getValue
public double getValue()
- Specified by:
getValuein classDisplayType
-
getType
public DisplayType.Type getType()
- Specified by:
getTypein classDisplayType
-
-