Interface EnumOperations.BinaryEnumComparisonOperation
- Enclosing class:
EnumOperations
private static interface EnumOperations.BinaryEnumComparisonOperation
Defines the evaluation of a binary enum (literal) operation.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(EnumLiteral e1, EnumLiteral e2) Performs an operation one1ande2and returns a boolean value.
-
Method Details
-
evaluate
Performs an operation one1ande2and returns a boolean value.- Parameters:
e1- the first literale2- the second literal- Returns:
- whether the comparison was successful
-