com.moximedia.aims
Class AimsWebSiteSelectSetOptions

java.lang.Object
  extended bycom.moximedia.aims.AimsWebSiteSelectSetOptions
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class AimsWebSiteSelectSetOptions
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

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

Constructor Summary
AimsWebSiteSelectSetOptions()
          Creates new AimsWebSiteSelectMenuOptions
 
Method Summary
 void add(AimsWebSiteSelectSetOption option)
          Adds a new option to the collection.
 void clear()
          Clears all options from the collection.
 java.lang.Object clone()
          Creates a copy of this object.
 AimsWebSiteSelectSetOptions getCopy()
          Creates a copy of this object.
 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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AimsWebSiteSelectSetOptions

public AimsWebSiteSelectSetOptions()
Creates new AimsWebSiteSelectMenuOptions

Method Detail

clone

public java.lang.Object clone()
Creates a copy of this object.

Returns:
An object that is a copy of this object. The object must be cast to the proper object type before use.

getCopy

public AimsWebSiteSelectSetOptions getCopy()
Creates a copy of this object.

Returns:
An object that is a copy of this object.

add

public void add(AimsWebSiteSelectSetOption 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 ArcIMS Java Object Model API (v5.0.004)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.