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