|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsWebSiteFindLocationTypes
An array of find location search routine definitions.
| Constructor Summary | |
AimsWebSiteFindLocationTypes()
Creates new AimsWebSiteFindLocationTypes |
|
| Method Summary | |
void |
add(AimsWebSiteFindLocationType locationType)
Adds a location type to the array. |
void |
clear()
Clears the array. |
AimsWebSiteFindLocationType |
get(int index)
Gets the location type at the specified index |
AimsWebSiteFindLocationType |
get(java.lang.String type)
Gets the location type with the specified name. |
java.util.Iterator |
iterator()
Returns an iterator of the array elements. |
void |
set(java.lang.String type,
boolean display)
Sets the visibility of one of the location types. |
int |
size()
Gets the size of the array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsWebSiteFindLocationTypes()
| Method Detail |
public void clear()
public AimsWebSiteFindLocationType get(int index)
index - The index number.
public AimsWebSiteFindLocationType get(java.lang.String type)
type - The find location type name.
public java.util.Iterator iterator()
public int size()
public void add(AimsWebSiteFindLocationType locationType)
locationType - The location type object.
public void set(java.lang.String type,
boolean display)
type - The location type name.display - True if it should be displayed, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||