|
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<XConversationMemberState>
waggle.common.modules.conversation.enums.XConversationMemberState
public enum XConversationMemberState
Conversation Membership State.
Enum Constant Summary | |
---|---|
MEMBER User is a member. |
|
NOT_REQUESTED User is NOT a member and has NOT (ever) requested membership. |
|
REQUESTED User has requested membership. |
Method Summary | |
---|---|
static XConversationMemberState |
valueOf(String name) Returns the enum constant of this type with the specified name. |
static XConversationMemberState[] |
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 XConversationMemberState MEMBER
public static final XConversationMemberState REQUESTED
public static final XConversationMemberState NOT_REQUESTED
Method Detail |
---|
public static XConversationMemberState[] values()
for (XConversationMemberState c : XConversationMemberState.values()) System.out.println(c);
public static XConversationMemberState 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 |