|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<XConversationRequestHandling>
waggle.common.modules.conversation.enums.XConversationRequestHandling
public enum XConversationRequestHandling
Conversation Membership Request Handling.
| Enum Constant Summary | |
|---|---|
AUTOMATIC_ACCEPTMembership requests are accepted automatically. |
|
MANUALMembership requests are accepted manually. |
|
NOT_ACCEPTEDMembership requests are not accepted. |
|
| Method Summary | |
|---|---|
static XConversationRequestHandling |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static XConversationRequestHandling[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 XConversationRequestHandling NOT_ACCEPTED
public static final XConversationRequestHandling MANUAL
public static final XConversationRequestHandling AUTOMATIC_ACCEPT
| Method Detail |
|---|
public static XConversationRequestHandling[] values()
for (XConversationRequestHandling c : XConversationRequestHandling.values())
System.out.println(c);
public static XConversationRequestHandling 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 null
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||