Package com.sap.cds.impl.builder.model
Class ElementRefBuilder<T>
java.lang.Object
com.sap.cds.impl.builder.model.ElementRefBuilder<T>
- All Implemented Interfaces:
RefBuilder<ElementRef<T>>
Internal API, use
CQL.get(java.lang.String)
instead.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.ql.RefBuilder
RefBuilder.RefSegment
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static <T> RefBuilder<ElementRef<T>>
copy
(CqnElementRef ref) static <T extends CqnValue>
Tseal
(T val) segments()
stream()
-
Method Details
-
copy
-
seal
-
segments
- Specified by:
segments
in interfaceRefBuilder<T>
-
rootSegment
- Specified by:
rootSegment
in interfaceRefBuilder<T>
-
targetSegment
- Specified by:
targetSegment
in interfaceRefBuilder<T>
-
stream
- Specified by:
stream
in interfaceRefBuilder<T>
-
as
- Specified by:
as
in interfaceRefBuilder<T>
-
type
- Specified by:
type
in interfaceRefBuilder<T>
-
build
- Specified by:
build
in interfaceRefBuilder<T>
-