public class Condition extends Object
| 构造器和说明 |
|---|
Condition() |
Condition(ConditionType type,
String column,
String start,
String placeholder,
Object value,
String end) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumn() |
String |
getEnd() |
String |
getPlaceholder() |
String |
getStart() |
ConditionType |
getType() |
Object |
getValue() |
void |
setColumn(String column) |
void |
setEnd(String end) |
void |
setPlaceholder(String placeholder) |
void |
setStart(String start) |
void |
setType(ConditionType type) |
void |
setValue(Object value) |
public ConditionType getType()
public void setType(ConditionType type)
public String getColumn()
public void setColumn(String column)
public String getStart()
public void setStart(String start)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public Object getValue()
public void setValue(Object value)
public String getEnd()
public void setEnd(String end)
Copyright © 2023. All Rights Reserved.