public class SelectItemImpl extends Object implements SelectItem
| Constructor and Description |
|---|
SelectItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNavigationPropertySegment(NavigationPropertySegment segment) |
List<NavigationPropertySegment> |
getNavigationPropertySegments()
Gets the navigation-property segments for this select item.
|
EdmProperty |
getProperty()
Gets the EDM property.
|
boolean |
isStar()
true if select=* |
void |
setProperty(EdmProperty property) |
void |
setStar(boolean star) |
public boolean isStar()
SelectItemtrue if select=*isStar in interface SelectItemtrue if select=*public void setStar(boolean star)
public EdmProperty getProperty()
SelectItemgetProperty in interface SelectItemEdmProperty property of this select itempublic void setProperty(EdmProperty property)
public void addNavigationPropertySegment(NavigationPropertySegment segment)
public List<NavigationPropertySegment> getNavigationPropertySegments()
SelectItemgetNavigationPropertySegments in interface SelectItemNavigationPropertySegment for this select item or Collection.EmptyListCopyright © 2020. All rights reserved.