|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.server.FilterInfo
Class to hold information about a filter so that the Service can find the filter, and can modify it.
Constructor Summary | |
FilterInfo(java.lang.String inLayerName,
java.lang.String inFilterName,
java.lang.String inValue)
Creates new FilterInfo |
Method Summary | |
java.lang.String |
getFilterName()
Returns the name of the filter that the value is to be given to. |
java.lang.String |
getFilterValue()
Return the falue that is to be applied to the filter. |
java.lang.String |
getLayerName()
Return the name of the layer where this filter is to be applied. |
java.lang.String |
toString()
To string method for debugging purposes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FilterInfo(java.lang.String inLayerName, java.lang.String inFilterName, java.lang.String inValue)
Method Detail |
public java.lang.String getLayerName()
public java.lang.String getFilterName()
public java.lang.String getFilterValue()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |