com.flagstone.transform
Class Constants
java.lang.Object
com.flagstone.transform.Constants
public final class Constants
- extends Object
SWF contains definitions of constants used throughout the framework.
Field Summary |
static boolean |
DEBUG
DEBUG is used to enable extra checking when encoding and decoding files. |
static int |
PRIME
The prime number used to generate the value in the hashCode() method
of immutable objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static final boolean DEBUG
- DEBUG is used to enable extra checking when encoding and decoding files.
- See Also:
- Constant Field Values
PRIME
public static final int PRIME
- The prime number used to generate the value in the hashCode() method
of immutable objects.
- See Also:
- Constant Field Values
Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.