Interface TupleElement<X>

    • Method Detail

      • getJavaType

        Class<? extends X> getJavaType()
        Return the Java type of the tuple element.
        Returns:
        the Java type of the tuple element
      • getAlias

        String getAlias()
        Return the alias assigned to the tuple element or null, if no alias has been assigned.
        Returns:
        alias