java.lang.Object
org.schooltool.misc.OrderedNameValueArray
- All Implemented Interfaces:
- java.io.Serializable
- public class OrderedNameValueArray
- extends java.lang.Object
- implements java.io.Serializable
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
OrderedNameValueArray
public OrderedNameValueArray()
- Creates new OrderedNameValueArray
addPair
public void addPair(int type,
java.lang.Object value)
getSize
public int getSize()
getTypeArray
public int[] getTypeArray()
getValueArray
public java.lang.Object[] getValueArray()