Class ConvertedLongValue


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

    • ConvertedLongValue

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