public interface CqnPlain extends CqnValue
Modifier and Type | Method and Description |
---|---|
default void |
accept(CqnVisitor visitor) |
default CqnPlain |
asPlain()
Casts this value to
CqnPlain . |
default boolean |
isPlain()
Returns
true if this is a CqnPlain value. |
String |
plain()
Returns the name plain value.
|
as, asExpression, asFunction, asLiteral, asNullValue, asParameter, asRef, isExpression, isFunction, isLiteral, isNullValue, isParameter, isRef, type
toJson
String plain()
default boolean isPlain()
CqnValue
true
if this is a CqnPlain
value.default CqnPlain asPlain()
CqnValue
CqnPlain
.default void accept(CqnVisitor visitor)
Copyright © 2020 SAP. All rights reserved.