Package co.nstant.in.cbor.model
Class SimpleValue
java.lang.Object
co.nstant.in.cbor.model.DataItem
co.nstant.in.cbor.model.Special
co.nstant.in.cbor.model.SimpleValue
public class SimpleValue extends Special
-
Field Summary
Fields Modifier and Type Field Description static SimpleValueFALSEstatic SimpleValueNULLstatic SimpleValueTRUEstatic SimpleValueUNDEFINED -
Constructor Summary
Constructors Constructor Description SimpleValue(int value)SimpleValue(SimpleValueType simpleValueType) -
Method Summary
Modifier and Type Method Description booleanequals(Object object)SimpleValueTypegetSimpleValueType()intgetValue()inthashCode()StringtoString()Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
Field Details
-
Constructor Details
-
SimpleValue
-
SimpleValue
public SimpleValue(int value)
-
-
Method Details