org.apache.olingo.odata2.api.uri
Interface KeyPredicate


public interface KeyPredicate

Key predicate, consisting of a simple-type property and its value as String literal

Do not implement this interface or derive from class.

Method Summary
 String getLiteral()
          Gets the literal String in default representation.
 EdmProperty getProperty()
          Gets the key property.
 

Method Detail

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:
EdmLiteralKind

getProperty

EdmProperty getProperty()
Gets the key property.

Returns:
EdmProperty simple-type property


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.