Class that serves as a reflective interface for the tuple types. More...
Class that serves as a reflective interface for the tuple types.
◆ equals()
| def streams.Tuple.equals |
( |
|
self, |
|
|
|
ot |
|
) |
|
|
◆ clone()
| def streams.Tuple.clone |
( |
|
self, |
|
|
|
Tuple |
|
) |
|
|
Create a clone of the tuple object.
- Returns
- clone of the tuple object
◆ clear()
| def streams.Tuple.clear |
( |
|
self, |
|
|
|
Tuple |
|
) |
|
|
Clear the tuple attributes (all numeric attributes will become zero; booleans will become false; all strings, collections, and blobs will become empty; timestamps will become zero; enums will take the value of their first element; and tuples will be cleared recursively)
- Returns
- this
◆ reset()
| def streams.Tuple.reset |
( |
|
self, |
|
|
|
None |
|
) |
|
|
Reset the tuple attributes (all strings, collections, and blobs will become empty; and tuples will be reset recursively)
◆ assignFrom()
| def streams.Tuple.assignFrom |
( |
|
self, |
|
|
|
ot |
|
) |
|
|
◆ assign()
| def streams.Tuple.assign |
( |
|
self, |
|
|
|
ot |
|
) |
|
|
◆ swapWith()
| def streams.Tuple.swapWith |
( |
|
self, |
|
|
|
ot |
|
) |
|
|
◆ hashCode()
| def streams.Tuple.hashCode |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get hash code.
- Returns
- hash code
◆ isFacade()
| def streams.Tuple.isFacade |
( |
|
self, |
|
|
|
bool |
|
) |
|
|
Check if this a facade tuple.
- Returns
- true if this is a facade tuple, false otherwise
◆ getSerializedSize()
| def streams.Tuple.getSerializedSize |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get the size in bytes when serialized.
- Returns
- size in bytes when serialized
◆ getNumberOfAttributes()
| def streams.Tuple.getNumberOfAttributes |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get the number of attributes.
- Returns
- the number of attributes
◆ getAttributeName()
| def streams.Tuple.getAttributeName |
( |
|
self, |
|
|
|
index |
|
) |
|
|
◆ assignPayload()
| def streams.Tuple.assignPayload |
( |
|
self, |
|
|
|
rhs |
|
) |
|
|
The documentation for this class was generated from the following file: