Package com.streambase.sb
Interface Tuple.SetResult
- Enclosing class:
 Tuple
public static interface Tuple.SetResult
An interface containing flags returned from certain setXXXX calls
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intmethod returned no flags, i.e. nothing special donestatic final intwas the string truncated when set? 
- 
Field Details
- 
NOFLAGS
static final int NOFLAGSmethod returned no flags, i.e. nothing special done- See Also:
 
 - 
STRING_TRUNCATED
static final int STRING_TRUNCATEDwas the string truncated when set?- See Also:
 
 
 -