public interface CqnParameter extends CqnValue
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CqnVisitor visitor) |
default CqnParameter |
asParameter()
Casts this value to
CqnParameter. |
default String |
getName()
Deprecated.
instead use
name() |
default boolean |
isParameter()
Returns
true if this is a CqnParameter. |
default boolean |
isPositional()
Returns
true if this is a positional parameter. |
String |
name()
Returns the name of this parameter
|
as, asExpression, asFunction, asLiteral, asNullValue, asPlain, asRef, isExpression, isFunction, isLiteral, isNullValue, isPlain, isRef, typetoJsonString name()
@Deprecated default String getName()
name()default CqnParameter asParameter()
CqnValueCqnParameter.asParameter in interface CqnValuedefault boolean isParameter()
CqnValuetrue if this is a CqnParameter.isParameter in interface CqnValuetrue if this is a parameter, otherwise falsedefault boolean isPositional()
true if this is a positional parameter.true if this is a positional parameter, otherwise
falsedefault void accept(CqnVisitor visitor)
Copyright © 2020 SAP. All rights reserved.