public class ResultTotalHeaderItem extends ResultHeaderItem
| Constructor and Description |
|---|
ResultTotalHeaderItem(String type)
Creates new instance of given total type, type is used for the name as well
|
ResultTotalHeaderItem(String name,
String type)
Creates new instance of given header name and total type
|
ResultTotalHeaderItem(String name,
Total type)
Creates new instance of given header name and total type
|
ResultTotalHeaderItem(Total type)
Creates new instance of given total type, type is used for the name as well
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
getName, toStringpublic ResultTotalHeaderItem(String type)
type - total typepublic ResultTotalHeaderItem(Total type)
type - total typepublic ResultTotalHeaderItem(String name, String type)
name - header nametype - total typepublic String getType()
Copyright © 2019. All rights reserved.