Package org.seamcat.model.types.result
Class BarChartResultType
- java.lang.Object
-
- org.seamcat.model.types.result.BarChartResultType
-
- All Implemented Interfaces:
ResultType<java.util.List<BarChartValue>>
public class BarChartResultType extends java.lang.Object implements ResultType<java.util.List<BarChartValue>>
-
-
Constructor Summary
Constructors Constructor Description BarChartResultType(MultiValueDef def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ResultTypeVisitor visitor)
MultiValueDef
def()
java.lang.String
description()
java.lang.String
toString()
java.util.List<BarChartValue>
value()
-
-
-
Constructor Detail
-
BarChartResultType
public BarChartResultType(MultiValueDef def)
-
-
Method Detail
-
description
public java.lang.String description()
- Specified by:
description
in interfaceResultType<java.util.List<BarChartValue>>
-
value
public java.util.List<BarChartValue> value()
- Specified by:
value
in interfaceResultType<java.util.List<BarChartValue>>
-
def
public MultiValueDef def()
- Specified by:
def
in interfaceResultType<java.util.List<BarChartValue>>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
accept
public void accept(ResultTypeVisitor visitor)
- Specified by:
accept
in interfaceResultType<java.util.List<BarChartValue>>
-
-