Interface Tuple.SetResult

  • Enclosing class:
    Tuple

    public static interface Tuple.SetResult
    An interface containing flags returned from certain setXXXX calls
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NOFLAGS
      method returned no flags, i.e.
      static int STRING_TRUNCATED
      was the string truncated when set?
    • Field Detail

      • NOFLAGS

        static final int NOFLAGS
        method returned no flags, i.e. nothing special done
        See Also:
        Constant Field Values
      • STRING_TRUNCATED

        static final int STRING_TRUNCATED
        was the string truncated when set?
        See Also:
        Constant Field Values