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