org.inria.myriads.snoozeclient.configurator.statistics
Class StatisticsOutput

java.lang.Object
  extended by org.inria.myriads.snoozeclient.configurator.statistics.StatisticsOutput

public class StatisticsOutput
extends Object

Output settings.

Author:
Eugen Feller

Constructor Summary
StatisticsOutput()
           
 
Method Summary
 String getFile()
          Returns the file name.
 StatisticsFormat getFormat()
          Returns the output format.
 void setFile(String fileName)
          Sets the file name.
 void setFormat(StatisticsFormat format)
          Sets the format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsOutput

public StatisticsOutput()
Method Detail

setFormat

public void setFormat(StatisticsFormat format)
Sets the format.

Parameters:
format - The format

setFile

public void setFile(String fileName)
Sets the file name.

Parameters:
fileName - The file name

getFormat

public StatisticsFormat getFormat()
Returns the output format.

Returns:
The statistics output format

getFile

public String getFile()
Returns the file name.

Returns:
The file name


Copyright © 2012. All Rights Reserved.