Package net.fortuna.ical4j.filter
Class FilterTarget.Attribute
- java.lang.Object
-
- net.fortuna.ical4j.filter.FilterTarget.Attribute
-
- Enclosing class:
- FilterTarget
public static class FilterTarget.Attribute extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
String
getValue()
int
hashCode()
static FilterTarget.Attribute
parse(String string)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
parse
public static FilterTarget.Attribute parse(String string)
-
-