Uses of Class
co.nstant.in.cbor.model.SimpleValueType
-
Packages that use SimpleValueType Package Description co.nstant.in.cbor.model -
-
Uses of SimpleValueType in co.nstant.in.cbor.model
Methods in co.nstant.in.cbor.model that return SimpleValueType Modifier and Type Method Description SimpleValueType
SimpleValue. getSimpleValueType()
static SimpleValueType
SimpleValueType. ofByte(int b)
static SimpleValueType
SimpleValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleValueType[]
SimpleValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in co.nstant.in.cbor.model with parameters of type SimpleValueType Constructor Description SimpleValue(SimpleValueType simpleValueType)
-