Package org.apache.olingo.odata2.api.uri
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 TypeMethodDescriptionGets 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
EdmLiteralhas some motivation for using this representation.- Returns:
- String literal in default (not URI) representation
- See Also:
-
getProperty
EdmProperty getProperty()Gets the key property.- Returns:
EdmPropertysimple-type property
-