com.skype
Enum VoiceMail.FailureReason
java.lang.Object
java.lang.Enum<VoiceMail.FailureReason>
com.skype.VoiceMail.FailureReason
- All Implemented Interfaces:
- Serializable, Comparable<VoiceMail.FailureReason>
- Enclosing class:
- VoiceMail
public static enum VoiceMail.FailureReason
- extends Enum<VoiceMail.FailureReason>
Enumeration of VoiceMail failure reason types
MISC_ERROR
public static final VoiceMail.FailureReason MISC_ERROR
- MISC_ERROR
CONNECT_ERROR
NO_VOICEMAIL_PRIVILEGE
NO_SUCH_VOICEMAIL
FILE_READ_ERROR
FILE_WRITE_ERROR
RECORDING_ERROR
PLAYBACK_ERROR
UNKNOWN
CONNECT_ERROR
public static final VoiceMail.FailureReason CONNECT_ERROR
NO_VOICEMAIL_PRIVILEGE
public static final VoiceMail.FailureReason NO_VOICEMAIL_PRIVILEGE
NO_SUCH_VOICEMAIL
public static final VoiceMail.FailureReason NO_SUCH_VOICEMAIL
FILE_READ_ERROR
public static final VoiceMail.FailureReason FILE_READ_ERROR
FILE_WRITE_ERROR
public static final VoiceMail.FailureReason FILE_WRITE_ERROR
RECORDING_ERROR
public static final VoiceMail.FailureReason RECORDING_ERROR
PLAYBACK_ERROR
public static final VoiceMail.FailureReason PLAYBACK_ERROR
UNKNOWN
public static final VoiceMail.FailureReason UNKNOWN
values
public static VoiceMail.FailureReason[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (VoiceMail.FailureReason c : VoiceMail.FailureReason.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static VoiceMail.FailureReason valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2004-2011. All Rights Reserved.