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

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

public class Parameter
extends Object

Helper class for Operation class (which is a helper class for StorageGetCapabilities) containing the contents of the XML element "Parameter".

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

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

Constructor Detail

Parameter

public Parameter()
Method Detail

getAllowedValues

public List<String> getAllowedValues()

getName

public String getName()

setAllowedValues

public void setAllowedValues(List<String> that)

setName

public void setName(String that)


Copyright © 2011. All Rights Reserved.