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