X - the type of the elementpublic interface TupleElement<X>
TupleElement interface defines an element that is returned in
 a query result tuple.Tuple| Modifier and Type | Method and Description | 
|---|---|
| String | getAlias()Return the alias assigned to the tuple element or null, 
 if no alias has been assigned. | 
| Class<? extends X> | getJavaType()Return the Java type of the tuple element. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.