public static final class QueryOperand.Param extends java.lang.Object implements QueryOperand
QueryOperand.Param, QueryOperand.Prop, QueryOperand.Visitor| Modifier and Type | Field and Description |
|---|---|
InParameter<?> |
inParameter |
EntityPropertyType<?,?> |
propertyType |
| Constructor and Description |
|---|
Param(EntityPropertyType<?,?> propertyType,
InParameter<?> inParameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryOperand.Visitor visitor) |
EntityPropertyType<?,?> |
getEntityPropertyType() |
public final EntityPropertyType<?,?> propertyType
public final InParameter<?> inParameter
public Param(EntityPropertyType<?,?> propertyType, InParameter<?> inParameter)
public EntityPropertyType<?,?> getEntityPropertyType()
getEntityPropertyType in interface QueryOperandpublic void accept(QueryOperand.Visitor visitor)
accept in interface QueryOperand