Uses of Class
de.aristaflow.adept2.model.logmanagement.CmpOperator
-
Packages that use CmpOperator Package Description de.aristaflow.adept2.model.logmanagement -
-
Uses of CmpOperator in de.aristaflow.adept2.model.logmanagement
Methods in de.aristaflow.adept2.model.logmanagement that return CmpOperator Modifier and Type Method Description static CmpOperator
CmpOperator. getCmpOperatorForSymbol(String symbol)
Returns the comparison operator to which the given symbol belongs ornull
if the symbol is not recognised.static CmpOperator
CmpOperator. valueOf(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.
-