Class SelectItemImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.SelectItemImpl
- All Implemented Interfaces:
SelectItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidGets the navigation-property segments for this select item.Gets the EDM property.booleanisStar()trueif select=*voidsetProperty(EdmProperty property) voidsetStar(boolean star)
-
Constructor Details
-
SelectItemImpl
public SelectItemImpl()
-
-
Method Details
-
isStar
public boolean isStar()Description copied from interface:SelectItemtrueif select=*- Specified by:
isStarin interfaceSelectItem- Returns:
trueif select=*
-
setStar
public void setStar(boolean star) -
getProperty
Description copied from interface:SelectItemGets the EDM property.- Specified by:
getPropertyin interfaceSelectItem- Returns:
EdmPropertyproperty of this select item
-
setProperty
-