|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<ConferenceDescription.ConfUriPurpose>
com.oracle.sft.api.conferenceinfo.ConferenceDescription.ConfUriPurpose
public static enum ConferenceDescription.ConfUriPurpose
Represent the purpose element for the conf-uris.
The currently defined values to be are the following: participation: Accessing a URI with this <purpose> will bring the party into the conference. streaming: Accessing a URI with this <purpose> will commence streaming the conference, but not allow active participation.
| Enum Constant Summary | |
|---|---|
PARTICIPATIONAccessing a URI with this <purpose> will bring the party into the conference. |
|
STREAMINGAccessing a URI with this <purpose> will commence streaming the conference, but not allow active participation. |
|
| Method Summary | |
|---|---|
String |
value() |
static ConferenceDescription.ConfUriPurpose |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static ConferenceDescription.ConfUriPurpose[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 ConferenceDescription.ConfUriPurpose PARTICIPATION
public static final ConferenceDescription.ConfUriPurpose STREAMING
| Method Detail |
|---|
public static ConferenceDescription.ConfUriPurpose[] values()
for (ConferenceDescription.ConfUriPurpose c : ConferenceDescription.ConfUriPurpose.values())
System.out.println(c);
public static ConferenceDescription.ConfUriPurpose valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.