public static enum MUCEventDelegate.InvitationResult extends Enum<MUCEventDelegate.InvitationResult>
Enum Constant and Description |
---|
HANDLED_BY_DELEGATE |
HANDLED_BY_OPENFIRE |
REJECTED |
Modifier and Type | Method and Description |
---|---|
static MUCEventDelegate.InvitationResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCEventDelegate.InvitationResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MUCEventDelegate.InvitationResult HANDLED_BY_DELEGATE
public static final MUCEventDelegate.InvitationResult HANDLED_BY_OPENFIRE
public static final MUCEventDelegate.InvitationResult REJECTED
public static MUCEventDelegate.InvitationResult[] values()
for (MUCEventDelegate.InvitationResult c : MUCEventDelegate.InvitationResult.values()) System.out.println(c);
public static MUCEventDelegate.InvitationResult 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-2008 Jive Software.