Interface KeyPredicate

All Known Implementing Classes:
KeyPredicateImpl

public interface KeyPredicate
Key predicate, consisting of a simple-type property and its value as String literal
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the literal String in default representation.
    Gets the key property.
  • Method Details

    • getLiteral

      String getLiteral()

      Gets the literal String in default representation.

      The description for EdmLiteral has some motivation for using this representation.

      Returns:
      String literal in default (not URI) representation
      See Also:
    • getProperty

      EdmProperty getProperty()
      Gets the key property.
      Returns:
      EdmProperty simple-type property