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