Esri Geoportal Server
1.2.9

com.esri.gpt.agp.client
Class AgpProperties

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

public class AgpProperties
extends Object

A map of item properties.


Constructor Summary
AgpProperties()
          Default constructor.
 
Method Summary
 void add(AgpProperty property)
          Adds a property.
 AgpProperty get(String name)
          Gets a property by name.
 String getValue(String name)
          Gets a property by value name.
 int size()
          The collection size.
 String toString()
           
 Collection<AgpProperty> values()
          The collection members.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgpProperties

public AgpProperties()
Default constructor.

Method Detail

add

public void add(AgpProperty property)
Adds a property.

Parameters:
property - the property

get

public AgpProperty get(String name)
Gets a property by name.

Parameters:
name - the property name
Returns:
the property

getValue

public String getValue(String name)
Gets a property by value name.

Parameters:
name - the property name
Returns:
the property value

size

public int size()
The collection size.

Returns:
the collection size

toString

public String toString()
Overrides:
toString in class Object

values

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

Returns:
the collection members

Esri Geoportal Server
1.2.9

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