|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 null
uom
- requested unit-of-measure, can be null
asRef
- true, if the output should be returned as reference, false otherwisemimeType
- requested mime type for the output, can be null
encoding
- requested encoding for the output, can be null
schema
- requested XML schema for the output, can be null
Method Detail |
---|
public CodeType getId()
null
public String getUom()
null
public ComplexFormat getComplexAttributes()
null
public boolean isReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |