public class MAPUnauthorizedLCSClient_Diagnostic extends NamedInteger
UnauthorizedLCSClient-Diagnostic ::=
ENUMERATED {
noAdditionalInformation(0),
clientNotInMSPrivacyExceptionList(1),
callToClientNotSetup(2),
privacyOverrideNotApplicable(3),
disallowedByLocalRegulatoryRequirements(4),
...
unauthorizedPrivacyClass(5), -- Added in release 5.
unauthorizedCallSessionUnrelatedExternalClient(6), -- Added in release 5.
unauthorizedCallSessionRelatedExternalClient(7) -- Added in release 5.
}
Added in R98. Exception handling: any unrecognized value shall be ignored.
Used as field type by MAPUnauthorizedLCSClient_Param.
| Modifier and Type | Field and Description |
|---|---|
static int |
_callToClientNotSetup
Integer value of the constant callToClientNotSetup.
|
static int |
_clientNotInMSPrivacyExceptionList
Integer value of the constant clientNotInMSPrivacyExceptionList.
|
static int |
_disallowedByLocalRegulatoryRequirements
Integer value of the constant disallowedByLocalRegulatoryRequirements.
|
static int |
_noAdditionalInformation
Integer value of the constant noAdditionalInformation.
|
static int |
_privacyOverrideNotApplicable
Integer value of the constant privacyOverrideNotApplicable.
|
static int |
_unauthorizedCallSessionRelatedExternalClient
Integer value of the constant unauthorizedCallSessionRelatedExternalClient.
|
static int |
_unauthorizedCallSessionUnrelatedExternalClient
Integer value of the constant unauthorizedCallSessionUnrelatedExternalClient.
|
static int |
_unauthorizedPrivacyClass
Integer value of the constant unauthorizedPrivacyClass.
|
static MAPUnauthorizedLCSClient_Diagnostic |
callToClientNotSetup
Reference to value of the constant callToClientNotSetup.
|
static MAPUnauthorizedLCSClient_Diagnostic |
clientNotInMSPrivacyExceptionList
Reference to value of the constant clientNotInMSPrivacyExceptionList.
|
static MAPUnauthorizedLCSClient_Diagnostic |
disallowedByLocalRegulatoryRequirements
Reference to value of the constant disallowedByLocalRegulatoryRequirements.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPUnauthorizedLCSClient_Diagnostic instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPUnauthorizedLCSClient_Diagnostic instance may take (0).
|
static MAPUnauthorizedLCSClient_Diagnostic |
noAdditionalInformation
Reference to value of the constant noAdditionalInformation.
|
static MAPUnauthorizedLCSClient_Diagnostic |
privacyOverrideNotApplicable
Reference to value of the constant privacyOverrideNotApplicable.
|
static MAPUnauthorizedLCSClient_Diagnostic |
unauthorizedCallSessionRelatedExternalClient
Reference to value of the constant unauthorizedCallSessionRelatedExternalClient.
|
static MAPUnauthorizedLCSClient_Diagnostic |
unauthorizedCallSessionUnrelatedExternalClient
Reference to value of the constant unauthorizedCallSessionUnrelatedExternalClient.
|
static MAPUnauthorizedLCSClient_Diagnostic |
unauthorizedPrivacyClass
Reference to value of the constant unauthorizedPrivacyClass.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPUnauthorizedLCSClient_Diagnostic(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPUnauthorizedLCSClient_Diagnostic(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPUnauthorizedLCSClient_Diagnostic |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPUnauthorizedLCSClient_Diagnostic[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _noAdditionalInformation
public static final MAPUnauthorizedLCSClient_Diagnostic noAdditionalInformation
public static final int _clientNotInMSPrivacyExceptionList
public static final MAPUnauthorizedLCSClient_Diagnostic clientNotInMSPrivacyExceptionList
public static final int _callToClientNotSetup
public static final MAPUnauthorizedLCSClient_Diagnostic callToClientNotSetup
public static final int _privacyOverrideNotApplicable
public static final MAPUnauthorizedLCSClient_Diagnostic privacyOverrideNotApplicable
public static final int _disallowedByLocalRegulatoryRequirements
public static final MAPUnauthorizedLCSClient_Diagnostic disallowedByLocalRegulatoryRequirements
public static final int _unauthorizedPrivacyClass
public static final MAPUnauthorizedLCSClient_Diagnostic unauthorizedPrivacyClass
public static final int _unauthorizedCallSessionUnrelatedExternalClient
public static final MAPUnauthorizedLCSClient_Diagnostic unauthorizedCallSessionUnrelatedExternalClient
public static final int _unauthorizedCallSessionRelatedExternalClient
public static final MAPUnauthorizedLCSClient_Diagnostic unauthorizedCallSessionRelatedExternalClient
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPUnauthorizedLCSClient_Diagnostic(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPUnauthorizedLCSClient_Diagnostic(int value)
value - numeric valuepublic static MAPUnauthorizedLCSClient_Diagnostic fromValue(int value)
value - integerpublic static MAPUnauthorizedLCSClient_Diagnostic[] namedValues()