Class ColumnValueInfo
- java.lang.Object
-
- net.sf.jasperreports.crosstabs.fill.calculation.ColumnValueInfo
-
- All Implemented Interfaces:
Serializable
public class ColumnValueInfo extends Object implements Serializable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnValueInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
String
getValueType()
boolean
isTotal()
void
setTotal(boolean total)
void
setValue(String value)
void
setValueType(String valueType)
-