|
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<XOSGadgetScope>
waggle.common.modules.opensocial.enums.XOSGadgetScope
public enum XOSGadgetScope
OpenSocial Gadget Scopes.
Enum Constant Summary | |
---|---|
CHAT Gadget scope is a Chat. |
|
CONVERSATION Gadget scope is a Conversation. |
|
DOCUMENT Gadget scope is a Document. |
Method Summary | |
---|---|
static XOSGadgetScope |
valueOf(String name) Returns the enum constant of this type with the specified name. |
static XOSGadgetScope[] |
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 XOSGadgetScope CHAT
public static final XOSGadgetScope DOCUMENT
public static final XOSGadgetScope CONVERSATION
Method Detail |
---|
public static XOSGadgetScope[] values()
for (XOSGadgetScope c : XOSGadgetScope.values()) System.out.println(c);
public static XOSGadgetScope 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 |