Package com.gooddata.executeafm.result
Class ResultTotalHeaderItem
- java.lang.Object
-
- com.gooddata.executeafm.result.ResultHeaderItem
-
- com.gooddata.executeafm.result.ResultTotalHeaderItem
-
public class ResultTotalHeaderItem extends ResultHeaderItem
Header item for total.
-
-
Constructor Summary
Constructors Constructor Description ResultTotalHeaderItem(Total type)Creates new instance of given total type, type is used for the name as wellResultTotalHeaderItem(String type)Creates new instance of given total type, type is used for the name as wellResultTotalHeaderItem(String name, Total type)Creates new instance of given header name and total typeResultTotalHeaderItem(String name, String type)Creates new instance of given header name and total type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
Methods inherited from class com.gooddata.executeafm.result.ResultHeaderItem
getName, toString
-
-
-
-
Constructor Detail
-
ResultTotalHeaderItem
public ResultTotalHeaderItem(String type)
Creates new instance of given total type, type is used for the name as well- Parameters:
type- total type
-
ResultTotalHeaderItem
public ResultTotalHeaderItem(Total type)
Creates new instance of given total type, type is used for the name as well- Parameters:
type- total type
-
ResultTotalHeaderItem
public ResultTotalHeaderItem(String name, String type)
Creates new instance of given header name and total type- Parameters:
name- header nametype- total type
-
-
Method Detail
-
getType
public String getType()
- Returns:
- type of total
-
-