|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccSecondarySessionServiceId>
com.aol.acc.AccSecondarySessionServiceId
public enum AccSecondarySessionServiceId
| Enum Constant Summary | |
|---|---|
AudioVideo
Real-time audio/video |
|
Custom
App-app communication |
|
FileSharing
Retrieving files from another user |
|
FileXfer
Sending files to another user |
|
Im
Text IM |
|
ShareBuddies
Sending a buddylist to another user |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccSecondarySessionServiceId |
intToEnum(int value)
|
AccSecondarySessionServiceId |
or(AccSecondarySessionServiceId val)
|
int |
value()
|
static AccSecondarySessionServiceId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccSecondarySessionServiceId[] |
values()
Returns an array containing the constants of this enum type, in the order they're 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 AccSecondarySessionServiceId UNKNOWNVALUE
public static final AccSecondarySessionServiceId Im
public static final AccSecondarySessionServiceId AudioVideo
public static final AccSecondarySessionServiceId FileXfer
public static final AccSecondarySessionServiceId FileSharing
public static final AccSecondarySessionServiceId ShareBuddies
public static final AccSecondarySessionServiceId Custom
| Method Detail |
|---|
public static final AccSecondarySessionServiceId[] values()
for(AccSecondarySessionServiceId c : AccSecondarySessionServiceId.values())
System.out.println(c);
public static AccSecondarySessionServiceId 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 namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccSecondarySessionServiceId or(AccSecondarySessionServiceId val)
public static AccSecondarySessionServiceId intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||