public static enum Cx.UserAuthorizationType extends Enum<Cx.UserAuthorizationType>
| Enum Constant and Description |
|---|
DE_REGISTRATION
This value is used in case of the de-registration.
|
REGISTRATION
This value is used in case of the initial registration or
re-registration.
|
REGISTRATION_AND_CAPABILITIES
This value is used in case of initial registration, re-registration
or terminating SIP request and when the I-CSCF explicitly requests
S-CSCF capability information from the HSS.
|
| Modifier and Type | Method and Description |
|---|---|
static Cx.UserAuthorizationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cx.UserAuthorizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cx.UserAuthorizationType REGISTRATION
public static final Cx.UserAuthorizationType DE_REGISTRATION
public static final Cx.UserAuthorizationType REGISTRATION_AND_CAPABILITIES
public static Cx.UserAuthorizationType[] values()
for (Cx.UserAuthorizationType c : Cx.UserAuthorizationType.values()) System.out.println(c);
public static Cx.UserAuthorizationType 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.