public final class TimerMultiplier extends Object
| Constructor and Description |
|---|
TimerMultiplier(short uint8)
Creates an instance of uint8.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TimerMultiplier |
fromString(String valInString)
Returns the object of timerMultiplier fromString input String timerMultiplier.
|
int |
hashCode() |
static TimerMultiplier |
of(short value)
Returns the object of timerMultiplier for type uint8.
|
String |
toString() |
short |
uint8()
Returns the attribute uint8.
|
void |
uint8(short uint8)
Sets the attribute uint8.
|
public TimerMultiplier(short uint8)
uint8 - value of uint8public static TimerMultiplier of(short value)
value - value of timerMultiplier for type uint8public short uint8()
public void uint8(short uint8)
uint8 - value of uint8public static TimerMultiplier fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.