Class KeyPredicateImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.KeyPredicateImpl
- All Implemented Interfaces:
KeyPredicate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the literal String in default representation.Gets the key property.voidsetProperty(EdmProperty property) voidtoString()
-
Constructor Details
-
KeyPredicateImpl
-
-
Method Details
-
getLiteral
Description copied from interface:KeyPredicateGets the literal String in default representation.
The description for
EdmLiteralhas some motivation for using this representation.- Specified by:
getLiteralin interfaceKeyPredicate- Returns:
- String literal in default (not URI) representation
- See Also:
-
setValue
-
getProperty
Description copied from interface:KeyPredicateGets the key property.- Specified by:
getPropertyin interfaceKeyPredicate- Returns:
EdmPropertysimple-type property
-
setProperty
-
toString
-