Package org.apache.olingo.odata2.api.uri
Interface SelectItem
-
public interface SelectItemAn item of a $select system query option. @org.apache.olingo.odata2.DoNotImplement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<NavigationPropertySegment>getNavigationPropertySegments()Gets the navigation-property segments for this select item.EdmPropertygetProperty()Gets the EDM property.booleanisStar()trueif select=*
-
-
-
Method Detail
-
isStar
boolean isStar()
trueif select=*- Returns:
trueif select=*
-
getProperty
EdmProperty getProperty()
Gets the EDM property.- Returns:
EdmPropertyproperty of this select item
-
getNavigationPropertySegments
List<NavigationPropertySegment> getNavigationPropertySegments()
Gets the navigation-property segments for this select item.- Returns:
- List of
NavigationPropertySegmentfor this select item or Collection.EmptyList
-
-