org.problets.lib.io.input
Class DataInputConfiguration

java.lang.Object
  extended by org.problets.lib.io.input.DataInputConfiguration

public class DataInputConfiguration
extends java.lang.Object

Holds the current configuration for data input

Author:
Amruth Kumar

Field Summary
static boolean alignFields
          Whether the answer fields of the different questions in a form muust be aligned
 
Constructor Summary
DataInputConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alignFields

public static boolean alignFields
Whether the answer fields of the different questions in a form muust be aligned

Constructor Detail

DataInputConfiguration

public DataInputConfiguration()