org.deegree.client.sos.storage.components
Class Parameter
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
public Parameter()
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.