|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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're 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |