|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccSecondarySessionState>
com.aol.acc.AccSecondarySessionState
public enum AccSecondarySessionState
| Enum Constant Summary | |
|---|---|
Connecting
Establishing connection |
|
Offline
Offline |
|
Online
Online |
|
Paused
Paused, e.g. |
|
ReceivedProposal
Received proposal, need to accept/reject |
|
SentProposal
Sent proposal, awaiting reply |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccSecondarySessionState |
intToEnum(int value)
|
AccSecondarySessionState |
or(AccSecondarySessionState val)
|
int |
value()
|
static AccSecondarySessionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccSecondarySessionState[] |
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 AccSecondarySessionState UNKNOWNVALUE
public static final AccSecondarySessionState Offline
public static final AccSecondarySessionState ReceivedProposal
public static final AccSecondarySessionState SentProposal
public static final AccSecondarySessionState Connecting
public static final AccSecondarySessionState Online
public static final AccSecondarySessionState Paused
| Method Detail |
|---|
public static final AccSecondarySessionState[] values()
for(AccSecondarySessionState c : AccSecondarySessionState.values())
System.out.println(c);
public static AccSecondarySessionState 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 AccSecondarySessionState or(AccSecondarySessionState val)
public static AccSecondarySessionState intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||