|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.process.execute.OutputFormat
public class OutputFormat
Encapsulates the requested settings for an output parameter.
| Constructor Summary | |
|---|---|
OutputFormat(CodeType id,
String uom,
boolean asRef,
String mimeType,
String encoding,
String schema)
Creates a new OutputFormat instance. |
|
| Method Summary | |
|---|---|
ComplexFormat |
getComplexAttributes()
Returns the requested complex format (only applies to complex outputs). |
CodeType |
getId()
Returns the parameter identifier. |
String |
getUom()
Returns the requested unit-of-measure (only applies to bounding box outputs). |
boolean |
isReference()
Returns whether the output should be returned as reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputFormat(CodeType id,
String uom,
boolean asRef,
String mimeType,
String encoding,
String schema)
OutputFormat instance.
id - parameter identifier, must not be nulluom - requested unit-of-measure, can be nullasRef - true, if the output should be returned as reference, false otherwisemimeType - requested mime type for the output, can be nullencoding - requested encoding for the output, can be nullschema - requested XML schema for the output, can be null| Method Detail |
|---|
public CodeType getId()
nullpublic String getUom()
nullpublic ComplexFormat getComplexAttributes()
nullpublic boolean isReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||