org.apache.olingo.odata2.api.uri
Interface SelectItem


public interface SelectItem

An item of a $select system query option.

Do not implement this interface or derive from class.

Method Summary
 List<NavigationPropertySegment> getNavigationPropertySegments()
          Gets the navigation-property segments for this select item.
 EdmProperty getProperty()
          Gets the EDM property.
 boolean isStar()
          true if select=*
 

Method Detail

isStar

boolean isStar()
true if select=*

Returns:
true if select=*

getProperty

EdmProperty getProperty()
Gets the EDM property.

Returns:
EdmProperty property of this select item

getNavigationPropertySegments

List<NavigationPropertySegment> getNavigationPropertySegments()
Gets the navigation-property segments for this select item.

Returns:
List of NavigationPropertySegment for this select item or Collection.EmptyList


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.