it.geosolutions.unredd.stats.model.config
Class Output
java.lang.Object
it.geosolutions.unredd.stats.model.config.Output
public class Output
- extends Object
- Author:
- ETj (etj at geo-solutions.it)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final String EMPTY
- See Also:
- Constant Field Values
FORMAT_CSV
public static final String FORMAT_CSV
- See Also:
- Constant Field Values
SEPARATOR_COMMA
public static final String SEPARATOR_COMMA
- See Also:
- Constant Field Values
Output
public Output()
getFormat
public String getFormat()
setFormat
public void setFormat(String format)
getMissingValue
public String getMissingValue()
- the string to use in output when a pivot entry is missing
setMissingValue
public void setMissingValue(String missingValue)
getNanValue
public String getNanValue()
setNanValue
public void setNanValue(String nanValue)
getSeparator
public String getSeparator()
setSeparator
public void setSeparator(String separator)
getFile
public String getFile()
setFile
public void setFile(String file)
Copyright © 2012. All Rights Reserved.