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