|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.map.layer.renderer.ValueMap | +--com.esri.aims.mtier.model.map.layer.renderer.Exact
Contains an assigned Symbol, and is used with ValueMapRenderer and ValueMapLabelRenderer for matching exact values within a specified field in the database.
Constructor Summary | |
Exact()
Constructs an instance of an Exact object. |
Method Summary | |
String |
getMethod()
Returns the method associated with the Exact object. |
String |
getType()
Returns the name string defining the type of Renderer. |
String |
getValue()
Returns the value parameter associated with this Exact object. |
void |
setMethod(String value)
Sets the given method for either the ValueMapRenderer or ValueMapLabelRenderer objects. |
void |
setValue(String value)
Sets the given value to the ValueMapRenderer or ValueMapLabelRenderer object. |
Methods inherited from class com.esri.aims.mtier.model.map.layer.renderer.ValueMap |
getLabel, getSymbol, setLabel, setSymbol |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Exact()
Exact exact = new Exact();
Method Detail |
public String getType()
getType
in class ValueMap
public void setMethod(String value)
isExact
for an exact match. Use isContained
to
search for the value anywhere in a string.
Example: exact.setMethod("IsExact");
value
- the method value.getMethod()
public String getMethod()
String method = exact.getMethod();
setMethod(java.lang.String)
public void setValue(String value)
exact.setValue("Carbon");
value
- the value paramater as stringgetValue()
public String getValue()
String value = exact.getValue();
setValue(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |