org.msgpack.type
Interface BooleanValue

All Superinterfaces:
Value

public interface BooleanValue
extends Value


Method Summary
 boolean getBoolean()
           
 
Methods inherited from interface org.msgpack.type.Value
asArrayValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, getType, isArrayValue, isBooleanValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isRawValue, toString, writeTo
 

Method Detail

getBoolean

boolean getBoolean()


Copyright © 2011. All Rights Reserved.