public interface IAIFValueInt extends IValueIntegral
Modifier and Type | Method and Description |
---|---|
byte[] |
byteValue()
Returns byte array of this value
|
int |
intValue()
Returns value of this value
|
boolean |
isInt()
Determines whether this value is int
|
boolean |
isLong()
Determines whether this value is long
|
boolean |
isShort()
Determines whether this value is short
|
long |
longValue()
Returns value of this value
|
short |
shortValue()
Returns value of this value
|
bigIntegerValue
getType, getValueString, length, sizeof
boolean isLong()
boolean isShort()
boolean isInt()
byte[] byteValue() throws AIFException
AIFException
- on failurelong longValue() throws AIFException
AIFException
- on failureshort shortValue() throws AIFException
AIFException
- on failureint intValue() throws AIFException
AIFException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.