public class Condition extends Object
Description:
| 构造器和说明 |
|---|
Condition(Property property,
Then then) |
Condition(Property property,
Then then,
List<Object> list) |
Condition(Property property,
Then then,
Object value) |
Condition(Property property,
Then then,
Object value,
Object secondValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Object> |
getListValue() |
Property |
getProperty() |
Object |
getSecondValue() |
Then |
getThen() |
Object |
getValue() |
boolean |
isDoubleValue() |
boolean |
isMultiValue() |
boolean |
isNoValue() |
boolean |
isSingleValue() |
public Property getProperty()
public Then getThen()
public Object getValue()
public Object getSecondValue()
public boolean isNoValue()
public boolean isDoubleValue()
public boolean isMultiValue()
public boolean isSingleValue()
Copyright © 2019. All rights reserved.