Class ConvertedIntegerValue


  • public final class ConvertedIntegerValue
    extends SpecificIntegerValue
    This IntegerValue represents a integer value that is converted from another scalar value.
    • Constructor Detail

      • ConvertedIntegerValue

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

      • toString

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