public class PathImpl extends Object implements Path
Constructor and Description |
---|
PathImpl(LinkedList<ResolvedSegment> segments) |
Modifier and Type | Method and Description |
---|---|
Path |
append(CdsElement element,
CdsStructuredType type) |
Path |
append(CdsElement element,
CdsStructuredType type,
Map<String,Object> entry) |
Iterator<ResolvedSegment> |
iterator() |
Iterator<ResolvedSegment> |
reverse() |
ResolvedSegment |
root() |
ResolvedSegment |
target() |
CqnReference |
toRef() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public PathImpl(LinkedList<ResolvedSegment> segments)
public Iterator<ResolvedSegment> iterator()
iterator
in interface Path
iterator
in interface Iterable<ResolvedSegment>
public Iterator<ResolvedSegment> reverse()
public ResolvedSegment root()
public ResolvedSegment target()
public Path append(CdsElement element, CdsStructuredType type)
public Path append(CdsElement element, CdsStructuredType type, Map<String,Object> entry)
public CqnReference toRef()
Copyright © 2023 SAP. All rights reserved.