public enum MeetMeConferencingRecordingFileFormat extends Enum<MeetMeConferencingRecordingFileFormat>
| Modifier and Type | Method and Description |
|---|---|
static MeetMeConferencingRecordingFileFormat |
get(String value) |
static MeetMeConferencingRecordingFileFormat[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static MeetMeConferencingRecordingFileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeetMeConferencingRecordingFileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeetMeConferencingRecordingFileFormat WAV
public static final MeetMeConferencingRecordingFileFormat MP3
public static MeetMeConferencingRecordingFileFormat[] values()
for (MeetMeConferencingRecordingFileFormat c : MeetMeConferencingRecordingFileFormat.values()) System.out.println(c);
public static MeetMeConferencingRecordingFileFormat 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()
public String toString()
toString in class Enum<MeetMeConferencingRecordingFileFormat>public static MeetMeConferencingRecordingFileFormat get(String value)
public static MeetMeConferencingRecordingFileFormat[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.