com.esri.core.symbol.advanced
Class SymbolDictionaryFilter

java.lang.Object
  extended by com.esri.core.symbol.advanced.SymbolDictionaryFilter

public class SymbolDictionaryFilter
extends Object

The SymbolDictionaryFilter class is to be used with SymbolDictionaryQuery to query the symbol dictionary to get a filtered list of symbols.
A dictionary provides a set of predefined filters and associated values that can then be passed to a SymbolDictionaryQuery using instances of this class.


Constructor Summary
SymbolDictionaryFilter()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Returns the name of the filter
 String getValue()
          Returns the value of the filter
 int hashCode()
           
 void setName(String name)
          Sets the name of the filter
 void setValue(String value)
          Sets the value of the filter
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolDictionaryFilter

public SymbolDictionaryFilter()
Method Detail

getName

public String getName()
Returns the name of the filter

Returns:
the name of the filter

setName

public void setName(String name)
Sets the name of the filter

Parameters:
name - the name to set

getValue

public String getValue()
Returns the value of the filter

Returns:
the value of the filter

setValue

public void setValue(String value)
Sets the value of the filter

Parameters:
value - the value to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.