Interface TupleElement<X>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAlias​()
      Return the alias assigned to the tuple element or null, if no alias has been assigned.
      java.lang.Class<? extends X> getJavaType​()
      Return the Java type of the tuple element.
    • Method Detail

      • getJavaType

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

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