Interface Property<E>

    • Method Detail

      • getName

        String getName()
        Returns:
        name of this property, can be null
      • getAlias

        String getAlias()
        Returns:
        alias of this property, can be null
      • getExpression

        Expression getExpression()
        Returns:
        expression that defines this property, not null
      • getType

        Class<E> getType()
        Returns:
        java type of this property, can be null