public static enum SkypeClient.OptionsPage extends Enum<SkypeClient.OptionsPage>
| Enum Constant and Description |
|---|
ADVANCED |
CALLFORWARD |
CONNECTION |
GENERAL
GENERAL - general options dialog.
|
HOTKEYS |
NOTIFICATIONS |
PRIVACY |
SOUNDALERTS |
SOUNDDEVICES |
VIDEO |
VOICEMAIL |
| Modifier and Type | Method and Description |
|---|---|
static SkypeClient.OptionsPage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkypeClient.OptionsPage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkypeClient.OptionsPage GENERAL
public static final SkypeClient.OptionsPage PRIVACY
public static final SkypeClient.OptionsPage NOTIFICATIONS
public static final SkypeClient.OptionsPage SOUNDALERTS
public static final SkypeClient.OptionsPage SOUNDDEVICES
public static final SkypeClient.OptionsPage HOTKEYS
public static final SkypeClient.OptionsPage CONNECTION
public static final SkypeClient.OptionsPage VOICEMAIL
public static final SkypeClient.OptionsPage CALLFORWARD
public static final SkypeClient.OptionsPage VIDEO
public static final SkypeClient.OptionsPage ADVANCED
public static SkypeClient.OptionsPage[] values()
for (SkypeClient.OptionsPage c : SkypeClient.OptionsPage.values()) System.out.println(c);
public static SkypeClient.OptionsPage 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 nullCopyright © 2013. All Rights Reserved.