public class Statistics
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(Stat stat)
add an individual statistic to this object
|
void |
add(Stat[] stats)
add an array of statistics to this object
|
java.lang.String |
getExplanation()
get the explanation or clarification information for this block of stats
|
int |
getFloor()
get the floor value used in this stat block
|
java.lang.String |
getResultName()
get the name of the result set
|
java.lang.String |
getSectionHeader()
get the header for this particular stats block
|
java.lang.String |
getStatName()
get the name of the statistic
|
Stat[] |
getStats()
get an array of statistics back from this object
|
void |
setExplanation(java.lang.String explanation)
set the explanatory or clarification information for this block of stats
|
void |
setFloor(int floor)
set the floor value used in this stat block
|
void |
setResultName(java.lang.String name)
set the name of the results column
|
void |
setSectionHeader(java.lang.String header)
set the header for this particular stats block
|
void |
setStatName(java.lang.String name)
set the name of the statistic column
|
public void add(Stat stat)
stat - a statistic for this objectpublic void setStatName(java.lang.String name)
name - the name of the statistic columnpublic void setResultName(java.lang.String name)
name - the name of the results columnpublic void setExplanation(java.lang.String explanation)
explanation - the explanation for this stat blockpublic java.lang.String getExplanation()
public void setFloor(int floor)
floor - the floor value for this stat blockpublic int getFloor()
public void setSectionHeader(java.lang.String header)
header - for this stats blockpublic java.lang.String getSectionHeader()
public void add(Stat[] stats)
stats - an array of statisticspublic Stat[] getStats()
public java.lang.String getStatName()
public java.lang.String getResultName()
Copyright © 2018 DuraSpace. All Rights Reserved.