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