org.apache.jdo.tck.pc.inheritance
Class Constants

java.lang.Object
  extended byorg.apache.jdo.tck.pc.inheritance.Constants

public class Constants
extends java.lang.Object

Author:
Michael Bouschen Defines constants used by the inheritance pc classes and the inheritance tck test cases.

Field Summary
static boolean[] booleanD_V
           
static char[] charC_V
           
static double[] doubleB_V
           
static float[] floatE_V
           
static int[] intA_V
           
static int[] intB_V
           
static int[] intH_V
           
static short[] shortF_V
           
static short[] shortG_V
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intA_V

public static final int[] intA_V

doubleB_V

public static final double[] doubleB_V

intB_V

public static final int[] intB_V

charC_V

public static final char[] charC_V

booleanD_V

public static final boolean[] booleanD_V

floatE_V

public static final float[] floatE_V

shortF_V

public static final short[] shortF_V

shortG_V

public static final short[] shortG_V

intH_V

public static final int[] intH_V
Constructor Detail

Constants

public Constants()


Copyright © 2005 Apache Software Foundation. All Rights Reserved.