com.jstatcom.io
Class TSImportTypes

java.lang.Object
  extended by com.jstatcom.io.ImportTypes
      extended by com.jstatcom.io.TSImportTypes

public class TSImportTypes
extends ImportTypes

Defines the elements of an imported dataset to be used for time series analysis.

Author:
Markus Kraetzig

Field Summary
static TSImportTypes DATA
          Identifier for the data.
static TSImportTypes DESCRIPTION
          Identifier for the description.
static TSImportTypes STARTDATE
          Identifier for the start date.
static TSImportTypes VARNAMES
          Identifier for the variable names.
 
Method Summary
 
Methods inherited from class com.jstatcom.io.ImportTypes
equals, hashCode, name, toString, type
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STARTDATE

public static final TSImportTypes STARTDATE
Identifier for the start date.


VARNAMES

public static final TSImportTypes VARNAMES
Identifier for the variable names.


DATA

public static final TSImportTypes DATA
Identifier for the data.


DESCRIPTION

public static final TSImportTypes DESCRIPTION
Identifier for the description.