|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AdaptorField.InMeetingDisplayLevel> com.adobe.connectpro.telephony.adaptor.AdaptorField.InMeetingDisplayLevel
public static enum AdaptorField.InMeetingDisplayLevel
Level of restriction that determines which meeting participants can view the field. In Connect Pro 7.5 SP1 only NONE and PARTICIPANTS are supported.
Enum Constant Summary | |
---|---|
HOSTS
Only original meeting hosts can see the field value. |
|
NONE
Nobody can see the field value. |
|
PARTICIPANTS
Everyone can see the field value. |
|
PROMOTED_HOSTS
All meeting hosts including promoted can see the field value. |
Method Summary | |
---|---|
java.lang.String |
toString()
String value of the enum constant |
static AdaptorField.InMeetingDisplayLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdaptorField.InMeetingDisplayLevel |
valueOfCustom(java.lang.String customName)
Returns the enum constant based on String value of the same |
static AdaptorField.InMeetingDisplayLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AdaptorField.InMeetingDisplayLevel NONE
public static final AdaptorField.InMeetingDisplayLevel HOSTS
public static final AdaptorField.InMeetingDisplayLevel PROMOTED_HOSTS
public static final AdaptorField.InMeetingDisplayLevel PARTICIPANTS
Method Detail |
---|
public static AdaptorField.InMeetingDisplayLevel[] values()
for (AdaptorField.InMeetingDisplayLevel c : AdaptorField.InMeetingDisplayLevel.values()) System.out.println(c);
public static AdaptorField.InMeetingDisplayLevel 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AdaptorField.InMeetingDisplayLevel>
public static AdaptorField.InMeetingDisplayLevel valueOfCustom(java.lang.String customName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |