com.moximedia.ows.website
Class SelectSetOptions

java.lang.Object
  extended bycom.moximedia.ows.website.SelectSetOptions
All Implemented Interfaces:
java.io.Serializable

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

Author:
Doug Cates - www.moximedia.com
See Also:
Serialized Form

Constructor Summary
SelectSetOptions()
          Creates new SelectSetOptions
 
Method Summary
 void add(SelectSetOption option)
          Adds a new option to the collection.
 void clear()
          Clears all options from the collection.
 java.util.Iterator iterator()
          Returns an iterator to loop through the options.
 void remove(java.lang.String description)
          Removes the option with the specified description from the collection.
 int size()
          Returns the number of options in the collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectSetOptions

public SelectSetOptions()
Creates new SelectSetOptions

Method Detail

add

public void add(SelectSetOption option)
Adds a new option to the collection.

Parameters:
option - The option

clear

public void clear()
Clears all options from the collection.


iterator

public java.util.Iterator iterator()
Returns an iterator to loop through the options.

Returns:
The collection in an iterator.

remove

public void remove(java.lang.String description)
Removes the option with the specified description from the collection.

Parameters:
description - The description of the option.

size

public int size()
Returns the number of options in the collection.

Returns:
The count.


Internet Mapping Framework for OpenGIS Java Object Model API (v1.3.007)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.