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, typetoJsonString plain()
default boolean isPlain()
CqnValuetrue if this is a CqnPlain value.default CqnPlain asPlain()
CqnValueCqnPlain.default void accept(CqnVisitor visitor)
Copyright © 2020 SAP. All rights reserved.