MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / setValue

Method setValue

src/main/java/com/amazon/ion/IonDecimal.java:74–74  ·  view source on GitHub ↗

Sets the value of this element.

(long value)

Source from the content-addressed store, hash-verified

72 * Sets the value of this element.
73 */
74 public void setValue(long value);
75
76 /**
77 * Sets the value of this element.

Callers 4

testNegativeZeroMethod · 0.95
testSetValueMethod · 0.95
testPrintingDecimalMethod · 0.95
writeDecimalMethod · 0.95

Implementers 1

IonDecimalLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 3

testNegativeZeroMethod · 0.76
testSetValueMethod · 0.76
testPrintingDecimalMethod · 0.76