|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccParticipantProp>
com.aol.acc.AccParticipantProp
public enum AccParticipantProp
The IAccParticipant interface is used to represent a user involved
in a secondary session.
| Enum Constant Summary | |
|---|---|
Owner
Whether the participant is the owner of the session |
|
State
The state of the participant |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccParticipantProp |
intToEnum(int value)
|
AccParticipantProp |
or(AccParticipantProp val)
|
int |
value()
|
static AccParticipantProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccParticipantProp[] |
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 AccParticipantProp UNKNOWNVALUE
public static final AccParticipantProp State
public static final AccParticipantProp Owner
| Method Detail |
|---|
public static final AccParticipantProp[] values()
for(AccParticipantProp c : AccParticipantProp.values())
System.out.println(c);
public static AccParticipantProp 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 AccParticipantProp or(AccParticipantProp val)
public static AccParticipantProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||