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