public final class FixedValue extends java.lang.Object implements Value
protected
FixedValue(java.math.BigInteger value)
Value
copy()
java.math.BigInteger
getValue()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected FixedValue(java.math.BigInteger value)
public Value copy()
copy
public java.math.BigInteger getValue()
getValue
public java.lang.String toString()
toString
java.lang.Object