Uses of Class
de.gematik.combine.util.CompareOperator
-
Packages that use CompareOperator Package Description de.gematik.combine.filter.project de.gematik.combine.filter.table.cell de.gematik.combine.util -
-
Uses of CompareOperator in de.gematik.combine.filter.project
Constructors in de.gematik.combine.filter.project with parameters of type CompareOperator Constructor Description ProjectVersionFilter(CompareOperator operator, Version filterVersion) -
Uses of CompareOperator in de.gematik.combine.filter.table.cell
Methods in de.gematik.combine.filter.table.cell that return CompareOperator Modifier and Type Method Description CompareOperatorVersionFilter. getOperator()Constructors in de.gematik.combine.filter.table.cell with parameters of type CompareOperator Constructor Description VersionFilter(CompareOperator operator, Version filterVersion) -
Uses of CompareOperator in de.gematik.combine.util
Methods in de.gematik.combine.util that return CompareOperator Modifier and Type Method Description static CompareOperatorCompareOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static CompareOperator[]CompareOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-