public class SearchCondition extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SearchCondition() |
|
SearchCondition(Conditions type,
Condition.Operator op,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Condition.Operator |
getOperator() |
Conditions |
getType() |
String |
getValue() |
protected SearchCondition()
public SearchCondition(Conditions type, Condition.Operator op, String value)
public Conditions getType()
public Condition.Operator getOperator()
public String getValue()
Copyright © 2018. All Rights Reserved.