Uses of Enum Class
at.syntaxerror.ieee754.decimal.DecimalCoding
Packages that use DecimalCoding
-
Uses of DecimalCoding in at.syntaxerror.ieee754.decimal
Fields in at.syntaxerror.ieee754.decimal declared as DecimalCodingModifier and TypeFieldDescriptionstatic @NonNull DecimalCodingDecimal.DEFAULT_CODINGThe coding method used byDecimal.encode()andDecimalCodec.encode(Decimal)Methods in at.syntaxerror.ieee754.decimal that return DecimalCodingModifier and TypeMethodDescriptionstatic DecimalCodingReturns the enum constant of this class with the specified name.static DecimalCoding[]DecimalCoding.values()Returns an array containing the constants of this enum class, in the order they are declared.