Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.misc
Class OrderedNameValueArray  view OrderedNameValueArray download OrderedNameValueArray.java

java.lang.Object
  extended byorg.schooltool.misc.OrderedNameValueArray
All Implemented Interfaces:
java.io.Serializable

public class OrderedNameValueArray
extends java.lang.Object
implements java.io.Serializable

Version:

Field Summary
static int BOOLEAN
           
static int DATE
           
static int DATETIME
           
static int DOUBLE
           
static int FLOAT
           
static int INTEGER
           
static int LONG
           
static int SHORT
           
static int STRING
           
static int TIME
           
private  int[] typeArray
           
private  java.lang.Object[] valueArray
           
 
Constructor Summary
OrderedNameValueArray()
          Creates new OrderedNameValueArray
 
Method Summary
 void addPair(int type, java.lang.Object value)
           
 int getSize()
           
 int[] getTypeArray()
           
 java.lang.Object[] getValueArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

LONG

public static final int LONG
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

DATETIME

public static final int DATETIME
See Also:
Constant Field Values

TIME

public static final int TIME
See Also:
Constant Field Values

typeArray

private int[] typeArray

valueArray

private java.lang.Object[] valueArray
Constructor Detail

OrderedNameValueArray

public OrderedNameValueArray()
Creates new OrderedNameValueArray

Method Detail

addPair

public void addPair(int type,
                    java.lang.Object value)

getSize

public int getSize()

getTypeArray

public int[] getTypeArray()

getValueArray

public java.lang.Object[] getValueArray()