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