Uses of Class
com.jalios.util.RssEvent.Type

Packages that use RssEvent.Type
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
 RssEvent.Type RssEvent.getType()
           
static RssEvent.Type RssEvent.Type.valueOf(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
 void RssEvent.setType(RssEvent.Type type)
           
 

Constructors in com.jalios.util with parameters of type RssEvent.Type
RssEvent(RssChannel channel, RssItem item, RssEvent.Type type)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.