public abstract class CapabilityParameter extends Object
Constructor and Description |
---|
CapabilityParameter(String name)
Create with the given name.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of the parameter.
|
String |
getName()
Get the parameter name.
|
void |
setDescription(String description)
Set the description.
|
void |
setName(String name)
Set the parameter name.
|
public CapabilityParameter(String name)
name
- parameter namepublic String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setCopyright © 2017 Tampere University of Technology (TUT) / Laboratory of Mechanical Engineering and Industrial Systems (MEI). All rights reserved.