Class PropertyExistsRule.PropertyExists
- java.lang.Object
-
- net.fortuna.ical4j.filter.predicate.PropertyExistsRule.PropertyExists
-
- All Implemented Interfaces:
Comparable<Property>
- Enclosing class:
- PropertyExistsRule<T extends PropertyContainer>
public static class PropertyExistsRule.PropertyExists extends Object implements Comparable<Property>
Ignore the property value and just compare on the property name and parameters.
-
-
Constructor Summary
Constructors Constructor Description PropertyExists(Property specification)
-
-
-
Constructor Detail
-
PropertyExists
public PropertyExists(Property specification)
-
-
Method Detail
-
compareTo
public int compareTo(Property o)
- Specified by:
compareTo
in interfaceComparable<Property>
-
-