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 final int
    method returned no flags, i.e.
    static final int
    was the string truncated when set?
  • Field Details

    • NOFLAGS

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

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