sbr.items.constants
Class IT

java.lang.Object
  extended by sbr.items.constants.IT

public class IT
extends java.lang.Object

Constants related to additem items to the survey.

Version:
0.1
Author:
John H. Krantz, Ph.D.

Field Summary
static int CBX
           
static int CHK
           
static java.lang.String[] HEAD
           
static int[] L_ELEM
           
static int NUM
           
static int[] RCM_ELEM
           
static int[] SLT_ELEM
           
static java.lang.String[][] TEXTS
           
static int TXT
           
static int[] V_ELEM
           
 
Constructor Summary
IT()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TXT

public static final int TXT
See Also:
Constant Field Values

NUM

public static final int NUM
See Also:
Constant Field Values

CHK

public static final int CHK
See Also:
Constant Field Values

CBX

public static final int CBX
See Also:
Constant Field Values

HEAD

public static final java.lang.String[] HEAD

L_ELEM

public static final int[] L_ELEM

RCM_ELEM

public static final int[] RCM_ELEM

SLT_ELEM

public static final int[] SLT_ELEM

V_ELEM

public static final int[] V_ELEM

TEXTS

public static final java.lang.String[][] TEXTS
Constructor Detail

IT

public IT()