public static enum Cx.UserDataAlreadyAvailable extends Enum<Cx.UserDataAlreadyAvailable>
| Enum Constant and Description |
|---|
USER_DATA_ALREADY_AVAILABLE
(1) The S-CSCF already has the data that it needs to serve the user
|
USER_DATA_NOT_AVAILABLE
(0) The S-CSCF does not have the data that it needs to serve the user
|
| Modifier and Type | Method and Description |
|---|---|
static Cx.UserDataAlreadyAvailable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cx.UserDataAlreadyAvailable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cx.UserDataAlreadyAvailable USER_DATA_NOT_AVAILABLE
public static final Cx.UserDataAlreadyAvailable USER_DATA_ALREADY_AVAILABLE
public static Cx.UserDataAlreadyAvailable[] values()
for (Cx.UserDataAlreadyAvailable c : Cx.UserDataAlreadyAvailable.values()) System.out.println(c);
public static Cx.UserDataAlreadyAvailable 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 © 2014. All Rights Reserved.