Class StringChartParam
- java.lang.Object
-
- com.xpn.xwiki.plugin.charts.params.AbstractChartParam
-
- com.xpn.xwiki.plugin.charts.params.StringChartParam
-
- All Implemented Interfaces:
ChartParam
public class StringChartParam extends AbstractChartParam implements ChartParam
-
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.plugin.charts.params.AbstractChartParam
LIST_SEPARATOR, MAP_ASSIGNMENT, MAP_SEPARATOR, name, optional
-
-
Constructor Summary
Constructors Constructor Description StringChartParam(String name)
StringChartParam(String name, boolean isOptional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convert(String value)
Class
getType()
-
Methods inherited from class com.xpn.xwiki.plugin.charts.params.AbstractChartParam
equals, getChoiceArg, getDoubleArg, getFloatArg, getIntArg, getListArg, getName, getStringArg, getStringOptionalArg, hashCode, isOptional, parseList, parseMap, parseMap, toFloatArray, toFloatList, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.xpn.xwiki.plugin.charts.params.ChartParam
getName, isOptional
-
-
-
-
Method Detail
-
getType
public Class getType()
- Specified by:
getType
in interfaceChartParam
- Specified by:
getType
in classAbstractChartParam
-
convert
public Object convert(String value)
- Specified by:
convert
in interfaceChartParam
- Specified by:
convert
in classAbstractChartParam
-
-