public class ImmutableByteEncodedValue extends BaseByteEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected byte |
value |
| Constructor and Description |
|---|
ImmutableByteEncodedValue(byte value) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue()
Gets the byte value.
|
static ImmutableByteEncodedValue |
of(ByteEncodedValue byteEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic static ImmutableByteEncodedValue of(ByteEncodedValue byteEncodedValue)
public byte getValue()
ByteEncodedValuegetValue in interface ByteEncodedValue