Uses of Class
com.jalios.util.RssEvent.Type
-
Packages that use RssEvent.Type Package Description com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). -
-
Uses of RssEvent.Type in com.jalios.util
Methods in com.jalios.util that return RssEvent.Type Modifier and Type Method Description RssEvent.Type
RssEvent. getType()
static RssEvent.Type
RssEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RssEvent.Type[]
RssEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.util with parameters of type RssEvent.Type Modifier and Type Method Description void
RssEvent. setType(RssEvent.Type type)
Constructors in com.jalios.util with parameters of type RssEvent.Type Constructor Description RssEvent(RssChannel channel, RssItem item, RssEvent.Type type)
-