Esri Geoportal Server
1.2.9

com.esri.gpt.agp.client
Class AgpItems

java.lang.Object
  extended by com.esri.gpt.agp.client.AgpItems

public class AgpItems
extends Object

A collection of items.


Constructor Summary
AgpItems()
          Default constructor.
 
Method Summary
 void add(AgpItem item)
          Adds an item.
 int size()
          The collection size.
 Collection<AgpItem> values()
          The collection members.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgpItems

public AgpItems()
Default constructor.

Method Detail

add

public void add(AgpItem item)
Adds an item.

Parameters:
item - the item

values

public Collection<AgpItem> values()
The collection members.

Returns:
the collection members

size

public int size()
The collection size.

Returns:
the collection size

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.