| Package | Description |
|---|---|
| com.sap.cds.ql.cqn | |
| com.sap.cds.reflect |
| Modifier and Type | Method and Description |
|---|---|
CdsElement |
ResolvedRefItem.element() |
| Modifier and Type | Method and Description |
|---|---|
CdsElement |
CdsStructuredType.getAssociation(String name)
Get a
CdsElement of type CdsAssociationType by name. |
CdsElement |
CdsStructuredType.getElement(String name)
Get a
CdsElement by name. |
CdsElement |
CdsEvent.getElement(String name)
Get a
CdsElement by name. |
| Modifier and Type | Method and Description |
|---|---|
default Stream<CdsElement> |
CdsStructuredType.associations()
Returns a sequential
Stream over the CdsElement(s)
of type CdsAssociationType in this structured type. |
default Stream<CdsElement> |
CdsStructuredType.compositions()
Returns a sequential
Stream over the CdsElement(s)
of type composition in this structured type. |
default Stream<CdsElement> |
CdsStructuredType.concreteElements()
Returns a sequential
Stream over the non virtual CdsElement(s) in this structured type. |
default Stream<CdsElement> |
CdsStructuredType.concreteNonAssociationElements()
Returns a sequential
Stream over the CdsElement(s)
in this structured type that are not of type CdsAssociationType and
not virtual. |
Stream<CdsElement> |
CdsStructuredType.elements()
Returns a sequential
Stream over all CdsElement(s)
in this structured type. |
Stream<CdsElement> |
CdsEvent.elements()
Returns a sequential
Stream over all CdsElement(s)
in this event. |
default <T extends CdsType> |
CdsStructuredType.elementsOfType(Class<T> type)
|
Optional<CdsElement> |
CdsStructuredType.findAssociation(String name)
|
Optional<CdsElement> |
CdsStructuredType.findElement(String name)
Returns an
Optional wrapping a CdsElement. |
Optional<CdsElement> |
CdsEvent.findElement(String name)
Returns an
Optional wrapping a CdsElement. |
default Stream<CdsElement> |
CdsStructuredType.keyElements()
Returns a sequential
Stream over the key CdsElement(s) in this structured type. |
Stream<CdsElement> |
CdsAssociationType.keys()
Returns a sequential
Stream over the key CdsElement
definitions of this association's target CdsEntity. |
default Stream<CdsElement> |
CdsStructuredType.nonAssociationElements()
Returns a sequential
Stream over the CdsElement(s)
in this structured type that are not of type CdsAssociationType. |
default Stream<CdsElement> |
CdsStructuredType.virtualElements()
Returns a sequential
Stream over the virtual CdsElement(s) in this structured type. |
| Modifier and Type | Method and Description |
|---|---|
default void |
CdsVisitor.visit(CdsElement element) |
Copyright © 2020 SAP. All rights reserved.