Uses of Enum
org.apache.ivy.osgi.filter.CompareFilter.Operator
Packages that use CompareFilter.Operator
-
Uses of CompareFilter.Operator in org.apache.ivy.osgi.filter
Fields in org.apache.ivy.osgi.filter declared as CompareFilter.OperatorMethods in org.apache.ivy.osgi.filter that return CompareFilter.OperatorModifier and TypeMethodDescriptionCompareFilter.getOperator()private CompareFilter.OperatorOSGiFilterParser.Parser.parseCompareOperator()static CompareFilter.OperatorReturns the enum constant of this type with the specified name.static CompareFilter.Operator[]CompareFilter.Operator.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ivy.osgi.filter with parameters of type CompareFilter.OperatorModifierConstructorDescriptionCompareFilter(String leftValue, CompareFilter.Operator operator, String rightValue)