Interface UriParameter


public interface UriParameter
Represents a function parameter or key predicate when used in the URI.
  • Method Details

    • getAlias

      String getAlias()
      Returns:
      Alias name if the parameter's value is an alias, otherwise null
    • getText

      String getText()
      Returns:
      Text of the parameter's value
    • getExpression

      Expression getExpression()
      Returns:
      Expression if the parameter's value is an expression, otherwise null
    • getName

      String getName()
      Returns:
      Name of the parameter
    • getReferencedProperty

      String getReferencedProperty()
      Returns:
      Name of the referenced property when referential constraints are used