public final class TimerValueSeconds16Union extends Object
| Constructor and Description |
|---|
TimerValueSeconds16Union(int uint16)
Creates an instance of uint16.
|
TimerValueSeconds16Union(TimerValueSeconds16UnionEnum1 enumeration)
Creates an instance of enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
TimerValueSeconds16UnionEnum1 |
enumeration()
Returns the attribute enumeration.
|
void |
enumeration(TimerValueSeconds16UnionEnum1 enumeration)
Sets the attribute enumeration.
|
boolean |
equals(Object obj) |
static TimerValueSeconds16Union |
fromString(String valInString)
Returns the object of timerValueSeconds16Union fromString input String timerValueSeconds16Union.
|
int |
hashCode() |
static TimerValueSeconds16Union |
of(int value)
Returns the object of timerValueSeconds16Union for type uint16.
|
static TimerValueSeconds16Union |
of(TimerValueSeconds16UnionEnum1 value)
Returns the object of timerValueSeconds16Union for type enumeration.
|
String |
toString() |
int |
uint16()
Returns the attribute uint16.
|
void |
uint16(int uint16)
Sets the attribute uint16.
|
public TimerValueSeconds16Union(int uint16)
uint16 - value of uint16public TimerValueSeconds16Union(TimerValueSeconds16UnionEnum1 enumeration)
enumeration - value of enumerationpublic static TimerValueSeconds16Union of(int value)
value - value of timerValueSeconds16Union for type uint16public static TimerValueSeconds16Union of(TimerValueSeconds16UnionEnum1 value)
value - value of timerValueSeconds16Union for type enumerationpublic int uint16()
public TimerValueSeconds16UnionEnum1 enumeration()
public void uint16(int uint16)
uint16 - value of uint16public void enumeration(TimerValueSeconds16UnionEnum1 enumeration)
enumeration - value of enumerationpublic static TimerValueSeconds16Union fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.