public class KeyPredicateImpl extends Object implements KeyPredicate
| Constructor and Description |
|---|
KeyPredicateImpl(String literal,
EdmProperty property) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteral() |
EdmProperty |
getProperty() |
void |
setProperty(EdmProperty property) |
void |
setValue(String value) |
String |
toString() |
public KeyPredicateImpl(String literal, EdmProperty property)
public String getLiteral()
getLiteral in interface KeyPredicatepublic void setValue(String value)
public EdmProperty getProperty()
getProperty in interface KeyPredicatepublic void setProperty(EdmProperty property)
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.