|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.wms.client.Field
public class Field
Specified in the ESRI ArcGIS WMS Server GetFeatureInfo requests. The Field represent the Fiedl element in a request:
<FeatureInfo>
<Field>
<FieldName>OBJECTID</FieldName>
<FieldValue>305</FieldValue>
</Field>
...
</FeatureInfo>
| Constructor Summary | |
|---|---|
Field()
Instantiates an object of Field. |
|
Field(String name,
String value)
Instantiates an object of Field with the given field name and value. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the field. |
String |
getValue()
Gets the value of the field. |
void |
setName(String name)
Sets the name of the field. |
void |
setValue(String value)
Sets the new value of the field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Field()
public Field(String name,
String value)
name - the field name.value - the field value.| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
value - the new value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||