com.batavia.xbrl
Class Constants

java.lang.Object
  extended by com.batavia.xbrl.Constants

public class Constants
extends java.lang.Object

This class holds constants for various purposes, unrelated to xbrl itself.

Author:
Jos

Field Summary
static java.lang.String LINE_SEPARATOR
          File separator for the current system, gives better results than using the default "\n"
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

public static final java.lang.String LINE_SEPARATOR
File separator for the current system, gives better results than using the default "\n"

Constructor Detail

Constants

public Constants()