public interface CqnSelectListValue extends CqnSelectListItem
Modifier and Type | Method and Description |
---|---|
default void |
accept(CqnVisitor visitor) |
Optional<String> |
alias() |
default CqnSelectListValue |
asValue() |
String |
displayName() |
default boolean |
isValue() |
CqnValue |
value() |
asExpand, asSelectList, isExpand, isSelectList, isStar, token, unfold
toJson
CqnValue value()
String displayName()
displayName
in interface CqnSelectListItem
Optional<String> alias()
alias
in interface CqnSelectListItem
default boolean isValue()
isValue
in interface CqnSelectListItem
default CqnSelectListValue asValue()
asValue
in interface CqnSelectListItem
default void accept(CqnVisitor visitor)
Copyright © 2021 SAP. All rights reserved.