| Modifier and Type | Field and Description |
|---|---|
protected UnitType |
ChannelType.unit |
| Modifier and Type | Method and Description |
|---|---|
static UnitType |
UnitType.fromValue(String v) |
UnitType |
ChannelType.getUnit()
The unit of the value.
|
static UnitType |
UnitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitType[] |
UnitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelType.setUnit(UnitType value)
Sets the value of the unit property.
|
ChannelType |
ChannelType.withUnit(UnitType value) |
| Constructor and Description |
|---|
ChannelType(String name,
UnitType unit,
Object value) |
Copyright © 2014. All rights reserved.