| Modifier and Type | Field and Description |
|---|---|
protected UnitSizeType |
ChannelType.speedSize |
protected UnitSizeType |
ChannelType.volumeSize |
| Modifier and Type | Method and Description |
|---|---|
static UnitSizeType |
UnitSizeType.fromValue(String v) |
UnitSizeType |
ChannelType.getSpeedSize()
Size used for the display value.
|
UnitSizeType |
ChannelType.getVolumeSize()
Size used for the display value.
|
static UnitSizeType |
UnitSizeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitSizeType[] |
UnitSizeType.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.setSpeedSize(UnitSizeType value)
Sets the value of the speedSize property.
|
void |
ChannelType.setVolumeSize(UnitSizeType value)
Sets the value of the volumeSize property.
|
Copyright © 2016. All rights reserved.