deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

org.deegree.services.controller.wps.execute
Class AttributedParameter

java.lang.Object
  extended by org.deegree.services.controller.wps.execute.AttributedParameter

public class AttributedParameter
extends Object

Represents an input or output parameter from a KVP Execute request with optional value and attributes.

Version:
$Revision: 15639 $, $Date: 08.05.2008 13:54:31$
Author:
Markus Schneider, last edited by: $Author: padberg$

Constructor Summary
AttributedParameter(org.deegree.commons.types.ows.CodeType parameterId, String value, Map<String,String> attrNamesToValues)
           
 
Method Summary
 String getAsReference()
           
 Map<String,String> getAttributes()
           
 String getDataType()
           
 String getEncoding()
           
 String getHref()
           
 String getMimeType()
           
 org.deegree.commons.types.ows.CodeType getParameterId()
           
 String getSchema()
           
 String getUom()
           
 String getValue()
           
 String toString()
           
static AttributedParameter valueOf(String s)
          Creates a new AttributedParameter from its string representation (as specified in section 10.2.2.1 of OGC 05-007r7).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributedParameter

AttributedParameter(org.deegree.commons.types.ows.CodeType parameterId,
                    String value,
                    Map<String,String> attrNamesToValues)
Method Detail

getParameterId

public org.deegree.commons.types.ows.CodeType getParameterId()

getValue

public String getValue()

getAttributes

public Map<String,String> getAttributes()

getDataType

public String getDataType()

getUom

public String getUom()

getMimeType

public String getMimeType()

getEncoding

public String getEncoding()

getSchema

public String getSchema()

getHref

public String getHref()

getAsReference

public String getAsReference()

valueOf

public static AttributedParameter valueOf(String s)
                                   throws IllegalArgumentException
Creates a new AttributedParameter from its string representation (as specified in section 10.2.2.1 of OGC 05-007r7).

Parameters:
s - encoded input or output parameter
Returns:
corresponding AttributedParameter
Throws:
IllegalArgumentException - if the format is invalid

toString

public String toString()
Overrides:
toString in class Object

deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>