|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.renderer.WebUniqueValueInfo
public class WebUniqueValueInfo
WebUniqueValueInfo is a class that is used for expressing the mapping between a value and a
WebSymbol that should be used for rendering.
| Constructor Summary | |
|---|---|
WebUniqueValueInfo()
Creates an empty instance of WebUniqueValueInfo. |
|
WebUniqueValueInfo(java.lang.String label,
java.lang.String description,
java.lang.String value,
WebSymbol symbol)
Creates an instance of WebUniqueValueInfo. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the unique value info. |
java.lang.String |
getLabel()
Returns the label. |
WebSymbol |
getSymbol()
Returns the symbol. |
java.lang.String |
getValue()
Returns the value. |
void |
setDescription(java.lang.String description)
Sets the description of the unique value info. |
void |
setLabel(java.lang.String label)
Returns the label. |
void |
setSymbol(WebSymbol symbol)
Sets the symbol. |
void |
setValue(java.lang.String value)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebUniqueValueInfo()
WebUniqueValueInfo.
public WebUniqueValueInfo(java.lang.String label,
java.lang.String description,
java.lang.String value,
WebSymbol symbol)
WebUniqueValueInfo.
label - the label of the unique value info that will used for displaying in TOC controldescription - the description of the unique value infovalue - the unique valuesymbol - the symbol to be applied for the matching unique value info| Method Detail |
|---|
public void setDescription(java.lang.String description)
description - the description of the unique value infopublic java.lang.String getDescription()
public void setSymbol(WebSymbol symbol)
symbol - the symbolpublic WebSymbol getSymbol()
public void setValue(java.lang.String value)
value - the valuepublic java.lang.String getValue()
public void setLabel(java.lang.String label)
label - the labelpublic java.lang.String getLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||