| Constructor and Description |
|---|
ReportColorRange()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ReportSummaryType |
getAggregate() |
String |
getColumnName() |
double |
getHighBreakpoint() |
String |
getHighColor() |
double |
getLowBreakpoint() |
String |
getLowColor() |
String |
getMidColor() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAggregate(ReportSummaryType aggregate) |
void |
setColumnName(String columnName) |
void |
setHighBreakpoint(double highBreakpoint) |
void |
setHighColor(String highColor) |
void |
setLowBreakpoint(double lowBreakpoint) |
void |
setLowColor(String lowColor) |
void |
setMidColor(String midColor) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public ReportSummaryType getAggregate()
public void setAggregate(ReportSummaryType aggregate)
public String getColumnName()
public void setColumnName(String columnName)
public double getHighBreakpoint()
public void setHighBreakpoint(double highBreakpoint)
public String getHighColor()
public void setHighColor(String highColor)
public double getLowBreakpoint()
public void setLowBreakpoint(double lowBreakpoint)
public String getLowColor()
public void setLowColor(String lowColor)
public String getMidColor()
public void setMidColor(String midColor)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.