org.bibeault.jrjournal.ccc.test
Class Constants

java.lang.Object
  extended byorg.bibeault.jrjournal.ccc.test.Constants

public class Constants
extends java.lang.Object

Class used to test that the ClassConstantInspector can inspect class constants of various types.


Field Summary
static java.lang.String KEY_THAT
           
static java.lang.String KEY_THING
           
static java.lang.String KEY_THIS
           
static int LUCKY_NUMBER
           
static int NOT_FINAL
           
 int NOT_STATIC
           
static double PI
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_THIS

public static final java.lang.String KEY_THIS
See Also:
Constant Field Values

KEY_THAT

public static final java.lang.String KEY_THAT
See Also:
Constant Field Values

KEY_THING

public static final java.lang.String KEY_THING
See Also:
Constant Field Values

PI

public static final double PI
See Also:
Constant Field Values

LUCKY_NUMBER

public static final int LUCKY_NUMBER
See Also:
Constant Field Values

NOT_STATIC

public final int NOT_STATIC
See Also:
Constant Field Values

NOT_FINAL

public static int NOT_FINAL
Constructor Detail

Constants

public Constants()