|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.website.FindLocationTypes
Manages an array of FindLocationType objects for display on the IMF page to zoom to places on the map.
| Constructor Summary | |
FindLocationTypes()
Creates new FindLocationTypes |
|
| Method Summary | |
void |
add(FindLocationType locationType)
Adds a location type object to the array. |
void |
clear()
Clears the array. |
FindLocationType |
get(int index)
Returns the object at the specified index. |
FindLocationType |
get(java.lang.String type)
Returns the object with the specified name. |
java.util.Iterator |
iterator()
Gets an iterator of the objects in this array. |
void |
remove(java.lang.String type)
Removes the object with the specified type. |
int |
size()
Gets the count of the number of objects in the array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FindLocationTypes()
| Method Detail |
public void clear()
public FindLocationType get(int index)
index - The index of the requested object.
public FindLocationType get(java.lang.String type)
type - The type or name of the object.
public java.util.Iterator iterator()
public int size()
public void add(FindLocationType locationType)
locationType - The object to add.public void remove(java.lang.String type)
type - The type attribute for the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||