it.geosolutions.unredd.stats.model.config
Class Output

java.lang.Object
  extended by it.geosolutions.unredd.stats.model.config.Output

public class Output
extends Object

Author:
ETj (etj at geo-solutions.it)

Field Summary
static String EMPTY
           
static String FORMAT_CSV
           
static String SEPARATOR_COMMA
           
 
Constructor Summary
Output()
           
 
Method Summary
 String getFile()
           
 String getFormat()
           
 String getMissingValue()
          the string to use in output when a pivot entry is missing
 String getNanValue()
           
 String getSeparator()
           
 void setFile(String file)
           
 void setFormat(String format)
           
 void setMissingValue(String missingValue)
           
 void setNanValue(String nanValue)
           
 void setSeparator(String separator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Output

public Output()
Method Detail

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.