|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SendLastPublishedItem>
tigase.pubsub.SendLastPublishedItem
public enum SendLastPublishedItem
| Enum Constant Summary | |
|---|---|
never
Never |
|
on_sub
When a new subscription is processed |
|
on_sub_and_presence
When a new subscription is processed and whenever a subscriber comes online |
|
| Method Summary | |
|---|---|
static java.lang.String[] |
descriptions()
|
static SendLastPublishedItem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SendLastPublishedItem[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SendLastPublishedItem never
public static final SendLastPublishedItem on_sub
public static final SendLastPublishedItem on_sub_and_presence
| Method Detail |
|---|
public static SendLastPublishedItem[] values()
for (SendLastPublishedItem c : SendLastPublishedItem.values()) System.out.println(c);
public static SendLastPublishedItem valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static java.lang.String[] descriptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||