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