public enum SipUssdErrorCode extends Enum<SipUssdErrorCode>
| Enum Constant and Description |
|---|
errorUnspecified |
languageAlphabitNotSupported |
unexpectedDataValue |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SipUssdErrorCode |
getSipUssdErrorCode(int code) |
static SipUssdErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipUssdErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SipUssdErrorCode errorUnspecified
public static final SipUssdErrorCode languageAlphabitNotSupported
public static final SipUssdErrorCode unexpectedDataValue
public static SipUssdErrorCode[] values()
for (SipUssdErrorCode c : SipUssdErrorCode.values()) System.out.println(c);
public static SipUssdErrorCode 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 int getCode()
public static SipUssdErrorCode getSipUssdErrorCode(int code)
Copyright © 2016. All Rights Reserved.