Uses of Class
org.apache.ivy.osgi.filter.CompareFilter.Operator
-
Packages that use CompareFilter.Operator Package Description org.apache.ivy.osgi.filter -
-
Uses of CompareFilter.Operator in org.apache.ivy.osgi.filter
Fields in org.apache.ivy.osgi.filter declared as CompareFilter.Operator Modifier and Type Field Description private CompareFilter.OperatorCompareFilter. operatorMethods in org.apache.ivy.osgi.filter that return CompareFilter.Operator Modifier and Type Method Description CompareFilter.OperatorCompareFilter. getOperator()private CompareFilter.OperatorOSGiFilterParser.Parser. parseCompareOperator()static CompareFilter.OperatorCompareFilter.Operator. valueOf(java.lang.String name)Returns 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.Operator Constructor Description CompareFilter(java.lang.String leftValue, CompareFilter.Operator operator, java.lang.String rightValue)
-