|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccAvFlags>
com.aol.acc.AccAvFlags
public enum AccAvFlags
| Enum Constant Summary | |
|---|---|
ForceNonSecure
Force call to be non-secure, or fail if not possible |
|
ForceSecure
Force call to be secure, or fail if not possible |
|
UNKNOWNVALUE
|
|
Video
This call is a video call |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccAvFlags |
intToEnum(int value)
|
AccAvFlags |
or(AccAvFlags val)
|
int |
value()
|
static AccAvFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccAvFlags[] |
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 AccAvFlags UNKNOWNVALUE
public static final AccAvFlags ForceNonSecure
public static final AccAvFlags ForceSecure
public static final AccAvFlags Video
| Method Detail |
|---|
public static final AccAvFlags[] values()
for(AccAvFlags c : AccAvFlags.values())
System.out.println(c);
public static AccAvFlags 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 AccAvFlags or(AccAvFlags val)
public static AccAvFlags intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||