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