| Package | Description |
|---|---|
| org.eclipse.scada.utils.filter |
| Modifier and Type | Method and Description |
|---|---|
static Assertion |
Assertion.fromString(String op) |
static Assertion |
Assertion.fromValue(int op) |
Assertion |
FilterAssertion.getAssertion() |
static Assertion |
Assertion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Assertion[] |
Assertion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterAssertion.setAssertion(Assertion assertion) |
| Constructor and Description |
|---|
FilterAssertion(String attribute,
Assertion assertion,
Object value) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.