public class KeyPredicateImpl extends Object implements KeyPredicate
| Constructor and Description |
|---|
KeyPredicateImpl(String literal,
EdmProperty property) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteral()
Gets the literal String in default representation.
|
EdmProperty |
getProperty()
Gets the key property.
|
void |
setProperty(EdmProperty property) |
void |
setValue(String value) |
String |
toString() |
public KeyPredicateImpl(String literal, EdmProperty property)
public String getLiteral()
KeyPredicateGets the literal String in default representation.
The description for EdmLiteral has some motivation for using
this representation.
getLiteral in interface KeyPredicateEdmLiteralKindpublic void setValue(String value)
public EdmProperty getProperty()
KeyPredicategetProperty in interface KeyPredicateEdmProperty simple-type propertypublic void setProperty(EdmProperty property)
Copyright © 2020. All rights reserved.