|
||||||||||
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.ProcessInfo
public class ProcessInfo
Encapsulates all information on a WPS process that's available from the capabilities document.
Constructor Summary | |
---|---|
ProcessInfo(CodeType id,
LanguageString title,
LanguageString processAbstract,
String version)
Creates a new ProcessInfo instance. |
Method Summary | |
---|---|
LanguageString |
getAbstract()
Returns the abstract of the process. |
CodeType |
getId()
Returns the identifier of the process. |
LanguageString |
getTitle()
Returns the title of the process. |
String |
getVersion()
Returns the version of the process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessInfo(CodeType id, LanguageString title, LanguageString processAbstract, String version)
ProcessInfo
instance.
id
- the identifier of the process, must not be null
title
- the title of the process, must not be null
processAbstract
- the abstract of the process, can be null
version
- the version of the process, must not be null
Method Detail |
---|
public CodeType getId()
null
public String getVersion()
null
public LanguageString getTitle()
null
public LanguageString getAbstract()
null
(if the process description does not define an abstract)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |