Class ConvertedLongValue


  • public final class ConvertedLongValue
    extends SpecificLongValue
    This LongValue represents a long value that is converted from another scalar value.
    • Constructor Detail

      • ConvertedLongValue

        public ConvertedLongValue​(Value value)
        Creates a new converted long value of the given value.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object