| Package | Description |
|---|---|
| de.aristaflow.adept2.model.logmanagement |
| Modifier and Type | Method and Description |
|---|---|
static CmpOperator |
CmpOperator.getCmpOperatorForSymbol(java.lang.String symbol)
Returns the comparison operator to which the given symbol belongs or
null if the symbol is not recognised. |
static CmpOperator |
CmpOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmpOperator[] |
CmpOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|