public static enum IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT extends java.lang.Enum<IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT>
Enum Constant and Description |
---|
RESULT_BUSY |
RESULT_HOST_ALREADY_IN_BO |
RESULT_IDLE |
RESULT_IGNORE |
Modifier and Type | Method and Description |
---|---|
static IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT RESULT_IDLE
public static final IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT RESULT_BUSY
public static final IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT RESULT_IGNORE
public static final IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT RESULT_HOST_ALREADY_IN_BO
public static IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT[] values()
for (IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT c : IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT.values()) System.out.println(c);
public static IBOAttendeeEvent.ATTENDEE_REQUEST_FOR_HELP_RESULT 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 namejava.lang.NullPointerException
- if the argument is null