Package org.apache.olingo.odata2.api.uri
Interface KeyPredicate
-
public interface KeyPredicateKey predicate, consisting of a simple-type property and its value as String literal @org.apache.olingo.odata2.DoNotImplement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLiteral()Gets the literal String in default representation.EdmPropertygetProperty()Gets the key property.
-
-
-
Method Detail
-
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:
EdmLiteralKind
-
getProperty
EdmProperty getProperty()
Gets the key property.- Returns:
EdmPropertysimple-type property
-
-