|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 nulltitle - the title of the process, must not be nullprocessAbstract - the abstract of the process, can be nullversion - the version of the process, must not be null| Method Detail |
|---|
public CodeType getId()
nullpublic String getVersion()
nullpublic LanguageString getTitle()
nullpublic 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 | |||||||||