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