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, type
toJson
String name()
@Deprecated default String getName()
name()
default CqnParameter asParameter()
CqnValue
CqnParameter
.asParameter
in interface CqnValue
default boolean isParameter()
CqnValue
true
if this is a CqnParameter
.isParameter
in interface CqnValue
true
if this is a parameter, otherwise false
default boolean isPositional()
true
if this is a positional parameter.true
if this is a positional parameter, otherwise
false
default void accept(CqnVisitor visitor)
Copyright © 2020 SAP. All rights reserved.