public enum MAPCCBS_RequestState extends Enum<MAPCCBS_RequestState>
CCBS-RequestState ::= ENUMERATED { request(0), recall(1), active(2), completed(3), suspended(4), frozen(5), deleted(6) }Added in R99.
Used as field type by MAPSS_InvocationNotificationArg
.
Enum Constant and Description |
---|
active |
completed |
deleted |
frozen |
recall |
request |
suspended |
Modifier and Type | Method and Description |
---|---|
static MAPCCBS_RequestState |
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 MAPCCBS_RequestState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPCCBS_RequestState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPCCBS_RequestState request
public static final MAPCCBS_RequestState recall
public static final MAPCCBS_RequestState active
public static final MAPCCBS_RequestState completed
public static final MAPCCBS_RequestState suspended
public static final MAPCCBS_RequestState frozen
public static final MAPCCBS_RequestState deleted
public static MAPCCBS_RequestState[] values()
for (MAPCCBS_RequestState c : MAPCCBS_RequestState.values()) System.out.println(c);
public static MAPCCBS_RequestState 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 MAPCCBS_RequestState fromValue(int value)
value
- integer ASN.1 encoded valuepublic int intValue()