|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.agp.client.AgpProperties
public class AgpProperties
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 |
---|
public AgpProperties()
Method Detail |
---|
public void add(AgpProperty property)
property
- the propertypublic AgpProperty get(String name)
name
- the property name
public String getValue(String name)
name
- the property name
public int size()
public String toString()
toString
in class Object
public Collection<AgpProperty> values()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |