|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccImSessionProp>
com.aol.acc.AccImSessionProp
public enum AccImSessionProp
IAccImSession is used for controlling (D)IM/Chat conversations,
for sending messages, and for typing indication.
| Enum Constant Summary | |
|---|---|
CanStop
Whether embedded data sent in this session can be stopped cleanly |
|
ChatExchange
If a chat room session, the exchange value of the chat room (see AccImExchange) |
|
ChatInstance
If a chat room session, the particular instance of a given chat room |
|
ChatRoomFullyQualifiedName
If a chat room session, the chat room name with path, if any |
|
ChatRoomName
If a chat room session, the chat room name |
|
MaxImLength
Maximum length of IM content, including embedded data and hidden markup |
|
MaxVisibleImLength
Maximum length of IM text, excluding markup |
|
OutgoingPersonality
The outgoing personality name to be used for the session |
|
PromoteCentralized
Whether a session should move to a server or P2P when Invite is called |
|
RateState
The rate limit state of a session |
|
SessionType
The type of session (e.g. |
|
SessionTypeProposed
The new proposed session type |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccImSessionProp |
intToEnum(int value)
|
AccImSessionProp |
or(AccImSessionProp val)
|
int |
value()
|
static AccImSessionProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccImSessionProp[] |
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 AccImSessionProp UNKNOWNVALUE
public static final AccImSessionProp SessionType
public static final AccImSessionProp SessionTypeProposed
public static final AccImSessionProp ChatExchange
public static final AccImSessionProp ChatRoomName
public static final AccImSessionProp ChatRoomFullyQualifiedName
public static final AccImSessionProp ChatInstance
public static final AccImSessionProp CanStop
public static final AccImSessionProp OutgoingPersonality
public static final AccImSessionProp MaxImLength
public static final AccImSessionProp MaxVisibleImLength
public static final AccImSessionProp RateState
public static final AccImSessionProp PromoteCentralized
| Method Detail |
|---|
public static final AccImSessionProp[] values()
for(AccImSessionProp c : AccImSessionProp.values())
System.out.println(c);
public static AccImSessionProp 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 AccImSessionProp or(AccImSessionProp val)
public static AccImSessionProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||