public static enum PubSubModule.NotificationCollectionChildrenChangedHandler.Action extends Enum<PubSubModule.NotificationCollectionChildrenChangedHandler.Action>
| Enum Constant and Description |
|---|
associate |
dissociate |
| Modifier and Type | Method and Description |
|---|---|
static PubSubModule.NotificationCollectionChildrenChangedHandler.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubModule.NotificationCollectionChildrenChangedHandler.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PubSubModule.NotificationCollectionChildrenChangedHandler.Action associate
public static final PubSubModule.NotificationCollectionChildrenChangedHandler.Action dissociate
public static PubSubModule.NotificationCollectionChildrenChangedHandler.Action[] values()
for (PubSubModule.NotificationCollectionChildrenChangedHandler.Action c : PubSubModule.NotificationCollectionChildrenChangedHandler.Action.values()) System.out.println(c);
public static PubSubModule.NotificationCollectionChildrenChangedHandler.Action valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2006–2020 Tigase. All rights reserved.