public class ValueFormat
extends java.lang.Object
Constructor and Description |
---|
ValueFormat() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getHex()
Display the value in hex.
|
int |
hashCode() |
void |
setHex(java.lang.Boolean hex)
Display the value in hex.
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getHex()
This is an optional property.
public void setHex(java.lang.Boolean hex)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object