public class Condition extends Object
| Constructor and Description |
|---|
Condition(String column,
Function function,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
Function |
getFunction() |
Object |
getValue() |
void |
setColumn(String column) |
void |
setFunction(Function function) |
void |
setValue(Object value) |
Copyright © 2018 OpenDaylight. All rights reserved.