public enum UnauthorizedLCSClientDiagnostic extends java.lang.Enum<UnauthorizedLCSClientDiagnostic>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static UnauthorizedLCSClientDiagnostic |
getInstance(int code) |
static UnauthorizedLCSClientDiagnostic |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnauthorizedLCSClientDiagnostic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnauthorizedLCSClientDiagnostic noAdditionalInformation
public static final UnauthorizedLCSClientDiagnostic clientNotInMSPrivacyExceptionList
public static final UnauthorizedLCSClientDiagnostic callToClientNotSetup
public static final UnauthorizedLCSClientDiagnostic privacyOverrideNotApplicable
public static final UnauthorizedLCSClientDiagnostic disallowedByLocalRegulatoryRequirements
public static final UnauthorizedLCSClientDiagnostic unauthorizedPrivacyClass
public static final UnauthorizedLCSClientDiagnostic unauthorizedCallSessionUnrelatedExternalClient
public static final UnauthorizedLCSClientDiagnostic unauthorizedCallSessionRelatedExternalClient
public static UnauthorizedLCSClientDiagnostic[] values()
for (UnauthorizedLCSClientDiagnostic c : UnauthorizedLCSClientDiagnostic.values()) System.out.println(c);
public static UnauthorizedLCSClientDiagnostic valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getCode()
public static UnauthorizedLCSClientDiagnostic getInstance(int code)
Copyright © 2012. All Rights Reserved.