nl.beesting.beangenerator
Class Constants

java.lang.Object
  extended by nl.beesting.beangenerator.Constants

public class Constants
extends java.lang.Object

Author:
gerard Class that contains constants for the bean generator.

Field Summary
static boolean DEBUG
          Are we in debug mode: note that this constant is obsolete the moment log4j is introduced.
static int DEFAULT_ARRAY_SIZE
          The default number of elements in a generated arrays
static long DEFAULT_COLLECTION_SIZE
          The default number of elements in a generated collection
static long DEFAULT_MAP_SIZE
          The default number of elements in a generated maps
static boolean SLOPPY_MODE
          Sloppy mode true / false.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLOPPY_MODE

public static final boolean SLOPPY_MODE
Sloppy mode true / false. Are we sloppy? Or does any recoverable error result into an exception?

See Also:
Constant Field Values

DEBUG

public static final boolean DEBUG
Are we in debug mode: note that this constant is obsolete the moment log4j is introduced.

See Also:
Constant Field Values

DEFAULT_COLLECTION_SIZE

public static final long DEFAULT_COLLECTION_SIZE
The default number of elements in a generated collection

See Also:
Constant Field Values

DEFAULT_MAP_SIZE

public static final long DEFAULT_MAP_SIZE
The default number of elements in a generated maps

See Also:
Constant Field Values

DEFAULT_ARRAY_SIZE

public static final int DEFAULT_ARRAY_SIZE
The default number of elements in a generated arrays

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2008. All Rights Reserved.