Value - public class SimpleParameter<Value> extends SimpleDescribedEntity implements Parameter<Value>
SimpleParameter is a basic implementation of Parameter. It
provides a basic support for the most generic properties required by this
interface.| Constructor and Description |
|---|
SimpleParameter()
Create a
SimpleParameter with the class name as its name and a
null description. |
SimpleParameter(String name)
Create a
SimpleParameter with a given name and a
null description. |
SimpleParameter(String name,
String description)
Create a
SimpleParameter with a given name and a given
description. |
| Modifier and Type | Method and Description |
|---|---|
Value |
get() |
void |
set(Value value) |
getDescription, getName, setDescription, setName, toStringpublic SimpleParameter(String name, String description)
SimpleParameter with a given name and a given
description.public SimpleParameter(String name)
SimpleParameter with a given name and a
null description.name - the name of the Parameterpublic SimpleParameter()
SimpleParameter with the class name as its name and a
null description.Copyright © 2015. All rights reserved.