Class SelectItemImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.SelectItemImpl
- All Implemented Interfaces:
SelectItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanisStar()voidsetProperty(EdmProperty property) voidsetStar(boolean star)
-
Constructor Details
-
SelectItemImpl
public SelectItemImpl()
-
-
Method Details
-
isStar
public boolean isStar()- Specified by:
isStarin interfaceSelectItem
-
setStar
public void setStar(boolean star) -
getProperty
- Specified by:
getPropertyin interfaceSelectItem
-
setProperty
-