Package org.n52.shetland.inspire.ompr
Class ProcessParameter
- java.lang.Object
-
- org.n52.shetland.inspire.ompr.ProcessParameter
-
public class ProcessParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcessParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ReferenceTypegetName()booleanisSetDescription()voidsetDescription(String description)voidsetName(ReferenceType name)
-
-
-
Method Detail
-
getName
public ReferenceType getName()
- Returns:
- the name
-
setName
public void setName(ReferenceType name)
- Parameters:
name- the name to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
isSetDescription
public boolean isSetDescription()
-
-