Package org.apache.olingo.odata2.api.uri
Interface SelectItem
- All Known Implementing Classes:
SelectItemImpl
public interface SelectItem
An item of a $select system query option.
-
Method Summary
Modifier and TypeMethodDescriptionGets the navigation-property segments for this select item.Gets the EDM property.booleanisStar()trueif select=*
-
Method Details
-
isStar
boolean isStar()trueif select=*- Returns:
trueif select=*
-
getProperty
EdmProperty getProperty()Gets the EDM property.- Returns:
EdmPropertyproperty of this select item
-