public final class ByteInfo extends Object implements NumberInfo
byte
value.ValueInfo.Kind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
Byte |
getObject()
Returns the value as
Object . |
byte |
getValue()
Returns the value.
|
int |
hashCode() |
static ByteInfo |
of(byte value)
Returns an instance for the value.
|
String |
toString() |
public static ByteInfo of(byte value)
value
- the valuepublic ValueInfo.Kind getKind()
ValueInfo
public Byte getObject()
ValueInfo
Object
.getObject
in interface NumberInfo
getObject
in interface ValueInfo
public byte getValue()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.