org.deegree.client.sos.storage.components
Class Operator

java.lang.Object
  extended by org.deegree.client.sos.storage.components.Operator

public class Operator
extends Object

Helper class for StorageGetCapabilties class containing the contents of any "Operator" XML element (e.g. "TemporalOperator" or "ComparisonOperator") from the Filter_Capabilities of a GetCapabilities response.

Author:
Ulrich Neumeister, last edited by: $Author: aionita $

Constructor Summary
Operator()
           
 
Method Summary
 String getName()
           
 List<String> getOperands()
           
 void setName(String that)
           
 void setOperands(List<String> that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operator

public Operator()
Method Detail

getOperands

public List<String> getOperands()

getName

public String getName()

setName

public void setName(String that)

setOperands

public void setOperands(List<String> that)


Copyright © 2011. All Rights Reserved.