public interface ResolvedSegment
CqnReference.Segment of a CqnStructuredTypeRef| Modifier and Type | Method and Description |
|---|---|
CdsEntity |
entity()
Returns the
CdsEntity that is targeted by the CqnReference.Segment. |
Map<String,Object> |
keys()
Returns the element name to value mapping for the key elements of the
CdsEntity that is targeted by the CqnReference.Segment. |
CqnReference.Segment |
segment()
Returns the unmodified
CqnReference.Segment. |
CqnReference.Segment segment()
CqnReference.Segment.CdsEntity entity()
CdsEntity that is targeted by the CqnReference.Segment.CdsEntityMap<String,Object> keys()
CdsEntity that is targeted by the CqnReference.Segment.
Extracts the key values, i.e. the values of the key elements to the entity
targeted by this segment, from this segment's filter condition. If the filter
condition does not uniquely restrict a key element to a particular value, the
element's name is mapped to null.Copyright © 2020 SAP. All rights reserved.