public class IndexedPartCondition extends Object implements HGQueryCondition
Constructor and Description |
---|
IndexedPartCondition() |
IndexedPartCondition(HGHandle type,
HGIndex<?,?> idx,
Object partValue,
ComparisonOperator operator) |
IndexedPartCondition(HGHandle type,
HGIndex<?,?> idx,
Ref<Object> partValue,
ComparisonOperator operator) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
HGIndex<?,?> |
getIndex() |
ComparisonOperator |
getOperator() |
Object |
getPartValue() |
Ref<Object> |
getPartValueReference() |
HGHandle |
getType() |
int |
hashCode() |
void |
setIndex(HGIndex<?,?> idx) |
void |
setOperator(ComparisonOperator operator) |
void |
setPartValueReference(Ref<Object> partValue) |
void |
setType(HGHandle type) |
public IndexedPartCondition()
public IndexedPartCondition(HGHandle type, HGIndex<?,?> idx, Object partValue, ComparisonOperator operator)
public IndexedPartCondition(HGHandle type, HGIndex<?,?> idx, Ref<Object> partValue, ComparisonOperator operator)
public void setIndex(HGIndex<?,?> idx)
public HGIndex<?,?> getIndex()
public Object getPartValue()
public void setType(HGHandle type)
public HGHandle getType()
public void setOperator(ComparisonOperator operator)
public ComparisonOperator getOperator()
Copyright © 2015. All rights reserved.