Class KeyPredicateImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.uri.KeyPredicateImpl
-
- All Implemented Interfaces:
KeyPredicate
public class KeyPredicateImpl extends Object implements KeyPredicate
-
-
Constructor Summary
Constructors Constructor Description KeyPredicateImpl(String literal, EdmProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLiteral()EdmPropertygetProperty()voidsetProperty(EdmProperty property)voidsetValue(String value)StringtoString()
-
-
-
Constructor Detail
-
KeyPredicateImpl
public KeyPredicateImpl(String literal, EdmProperty property)
-
-
Method Detail
-
getLiteral
public String getLiteral()
- Specified by:
getLiteralin interfaceKeyPredicate
-
setValue
public void setValue(String value)
-
getProperty
public EdmProperty getProperty()
- Specified by:
getPropertyin interfaceKeyPredicate
-
setProperty
public void setProperty(EdmProperty property)
-
-