public class SimpleIo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
definition |
private String |
name |
private String |
unit |
| Constructor and Description |
|---|
SimpleIo(String name,
String definition,
String unit) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition() |
String |
getName() |
String |
getUnit() |
void |
setDefinition(String definition) |
void |
setName(String name) |
void |
setUnit(String unit) |
Copyright © 2012-2016 52north.org. All Rights Reserved.