Class SelectItemImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.uri.SelectItemImpl
-
- All Implemented Interfaces:
SelectItem
public class SelectItemImpl extends Object implements SelectItem
-
-
Constructor Summary
Constructors Constructor Description SelectItemImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNavigationPropertySegment(NavigationPropertySegment segment)List<NavigationPropertySegment>getNavigationPropertySegments()EdmPropertygetProperty()booleanisStar()voidsetProperty(EdmProperty property)voidsetStar(boolean star)
-
-
-
Method Detail
-
isStar
public boolean isStar()
- Specified by:
isStarin interfaceSelectItem
-
setStar
public void setStar(boolean star)
-
getProperty
public EdmProperty getProperty()
- Specified by:
getPropertyin interfaceSelectItem
-
setProperty
public void setProperty(EdmProperty property)
-
addNavigationPropertySegment
public void addNavigationPropertySegment(NavigationPropertySegment segment)
-
getNavigationPropertySegments
public List<NavigationPropertySegment> getNavigationPropertySegments()
- Specified by:
getNavigationPropertySegmentsin interfaceSelectItem
-
-