|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.ObjectCollection
com.mapquest.DTCollection
Contains a collection of display type codes.
| Field Summary | |
static int |
CLASS_ID
|
static java.lang.String |
CLASS_NAME
|
| Fields inherited from class com.mapquest.MQObject |
DEFAULT_ID, DEFAULT_NAME, DEFAULT_VERSION, FORMAT_NUMERIC_ID, FORMAT_TEXT_NAME, INVALID_ID, INVALID_NAME, INVALID_VERSION |
| Constructor Summary | |
DTCollection()
Default constructor. |
|
| Method Summary | |
void |
add(java.lang.Integer obj)
Adds an Integer (display type code) to the collection. |
void |
append(DTCollection collection)
Appends one DTCollection to another. |
java.lang.Integer |
getAt(int index)
Returns the element at the specified position in this collection. |
int |
getClassId()
Returns the numeric id of this class. |
java.lang.String |
getClassName()
Returns the text name of this class. |
void |
init()
Initializes object. |
java.lang.Integer |
item(int n)
Deprecated. Use getAt(int) instead. |
| Methods inherited from class com.mapquest.ObjectCollection |
equals, get, getSize, hashCode, remove, removeAll, removeAt |
| Methods inherited from class com.mapquest.MQObject |
clone, getFormat, getIdWithVersion, getNameWithVersion, getObjectVersion, getTypeId, getTypeName, getVerboseConsoleOutput, setFormat, setObjectVersion, setVerboseConsoleOutput, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int CLASS_ID
public static final java.lang.String CLASS_NAME
| Constructor Detail |
public DTCollection()
| Method Detail |
public void init()
init in class ObjectCollectionpublic int getClassId()
getClassId in class MQObjectpublic java.lang.String getClassName()
getClassName in class MQObjectpublic void add(java.lang.Integer obj)
obj - The new Integer (display type code) to be added to the
collection.public void append(DTCollection collection)
collection - The DTCollection which is to be
added to "this" DTCollection.public java.lang.Integer getAt(int index)
get(int).
index - index of element to return.
ObjectCollection.get(int)public java.lang.Integer item(int n)
getAt(int) instead.
getAt(int).
n - Index of item within the collection which is
to be returned.
getAt(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||