public static enum MUCEventDelegate.InvitationRejectionResult extends Enum<MUCEventDelegate.InvitationRejectionResult>
| Enum Constant and Description |
|---|
HANDLED_BY_DELEGATE |
HANDLED_BY_OPENFIRE |
| Modifier and Type | Method and Description |
|---|---|
static MUCEventDelegate.InvitationRejectionResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCEventDelegate.InvitationRejectionResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MUCEventDelegate.InvitationRejectionResult HANDLED_BY_DELEGATE
public static final MUCEventDelegate.InvitationRejectionResult HANDLED_BY_OPENFIRE
public static MUCEventDelegate.InvitationRejectionResult[] values()
for (MUCEventDelegate.InvitationRejectionResult c : MUCEventDelegate.InvitationRejectionResult.values()) System.out.println(c);
public static MUCEventDelegate.InvitationRejectionResult 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 © 2003–2019 Ignite Realtime. All rights reserved.