Interface UwsJobInfo.Parameter
- Enclosing interface:
UwsJobInfo
public static interface UwsJobInfo.Parameter
Represents a parameter associated with a UWS job.
- Since:
- 4 May 2011
- Author:
- Mark Taylor
-
Method Summary
-
Method Details
-
getId
-
getValue
-
isByReference
boolean isByReference()Indicates whether this parameter's value is a URL or not.- Returns:
- true for direct content, false for a URL
-
isPost
boolean isPost()Indicates whether this parameter represents posted data.- Returns:
- true iff posted
-