org.msgpack.type
クラス IntegerValue

java.lang.Object
  上位を拡張 java.lang.Number
      上位を拡張 org.msgpack.type.NumberValue
          上位を拡張 org.msgpack.type.IntegerValue
すべての実装されたインタフェース:
java.io.Serializable, Value

public abstract class IntegerValue
extends NumberValue

関連項目:
直列化された形式

コンストラクタの概要
IntegerValue()
           
 
メソッドの概要
 IntegerValue asIntegerValue()
           
 java.math.BigInteger getBigInteger()
           
abstract  byte getByte()
           
abstract  int getInt()
           
abstract  long getLong()
           
abstract  short getShort()
           
 ValueType getType()
           
 boolean isIntegerValue()
           
 
クラス org.msgpack.type.NumberValue から継承されたメソッド
asArrayValue, asBooleanValue, asFloatValue, asMapValue, asNilValue, asRawValue, bigIntegerValue, isArrayValue, isBooleanValue, isFloatValue, isMapValue, isNilValue, isRawValue
 
クラス java.lang.Number から継承されたメソッド
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.msgpack.type.Value から継承されたメソッド
toString, writeTo
 

コンストラクタの詳細

IntegerValue

public IntegerValue()
メソッドの詳細

getType

public ValueType getType()

isIntegerValue

public boolean isIntegerValue()
定義:
インタフェース Value 内の isIntegerValue
オーバーライド:
クラス NumberValue 内の isIntegerValue

asIntegerValue

public IntegerValue asIntegerValue()
定義:
インタフェース Value 内の asIntegerValue
オーバーライド:
クラス NumberValue 内の asIntegerValue

getByte

public abstract byte getByte()

getShort

public abstract short getShort()

getInt

public abstract int getInt()

getLong

public abstract long getLong()

getBigInteger

public java.math.BigInteger getBigInteger()


Copyright © 2011. All Rights Reserved.