Uses of Class
com.upokecenter.cbor.CBORNumber.NumberKind
| Package | Description |
|---|---|
| com.upokecenter.cbor |
-
Uses of CBORNumber.NumberKind in com.upokecenter.cbor
Methods in com.upokecenter.cbor that return CBORNumber.NumberKind Modifier and Type Method Description CBORNumber.NumberKindCBORNumber. getKind()Gets the underlying form of this CBOR number object.static CBORNumber.NumberKindCBORNumber.NumberKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CBORNumber.NumberKind[]CBORNumber.NumberKind. values()Returns an array containing the constants of this enum type, in the order they are declared.