public class AlgorithmParameter extends Object
| Constructor and Description |
|---|
AlgorithmParameter(DataType type,
String name,
String defaultValue,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
DataType |
getType() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(DataType type) |
String |
toString() |
public DataType getType()
public void setType(DataType type)
type - the type to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - the defaultValue to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2016. All Rights Reserved.