public enum CAP4CAP_U_ABORT_REASON extends Enum<CAP4CAP_U_ABORT_REASON>
CAP-U-ABORT-REASON ::= ENUMERATED { no-reason-given(1), application-timer-expired(2), not-allowed-procedures(3), abnormal-processing(4), congestion(5), invalid-reference(6), missing-reference(7), overlapping-dialogue(8) }
Enum Constant and Description |
---|
abnormal_processing |
application_timer_expired |
congestion |
invalid_reference |
missing_reference |
no_reason_given |
not_allowed_procedures |
overlapping_dialogue |
Modifier and Type | Method and Description |
---|---|
static CAP4CAP_U_ABORT_REASON |
fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
int |
intValue()
Gets the integer ASN.1 encoded value of this enumeration constant.
|
static CAP4CAP_U_ABORT_REASON |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAP4CAP_U_ABORT_REASON[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CAP4CAP_U_ABORT_REASON no_reason_given
public static final CAP4CAP_U_ABORT_REASON application_timer_expired
public static final CAP4CAP_U_ABORT_REASON not_allowed_procedures
public static final CAP4CAP_U_ABORT_REASON abnormal_processing
public static final CAP4CAP_U_ABORT_REASON congestion
public static final CAP4CAP_U_ABORT_REASON invalid_reference
public static final CAP4CAP_U_ABORT_REASON missing_reference
public static final CAP4CAP_U_ABORT_REASON overlapping_dialogue
public static CAP4CAP_U_ABORT_REASON[] values()
for (CAP4CAP_U_ABORT_REASON c : CAP4CAP_U_ABORT_REASON.values()) System.out.println(c);
public static CAP4CAP_U_ABORT_REASON 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 static CAP4CAP_U_ABORT_REASON fromValue(int value)
value
- integer ASN.1 encoded valuepublic int intValue()