Interface SelectItem

All Known Implementing Classes:
SelectItemImpl

public interface SelectItem
An item of a $select system query option.
  • Method Details

    • 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