public static enum GSMSupplementaryServiceList.CLIR extends Enum<GSMSupplementaryServiceList.CLIR>
The API offered by this class is as if the type were specified in ASN.1 as follows.
CLIR ::= ENUMERATED {
NOT_ACTIVE (0),
ACTIVE (1)
}| Enum Constant and Description |
|---|
ACTIVE
CLIR value (1) corresponding to ACTIVE.
|
NOT_ACTIVE
CLIR value (0) corresponding to NOT_ACTIVE.
|
| Modifier and Type | Method and Description |
|---|---|
static GSMSupplementaryServiceList.CLIR |
fromValue(int value)
Returns the enumeration constant for a given encoded value.
|
int |
intValue()
Gets the integer ASN.1 encoded value of this enumeration constant.
|
static GSMSupplementaryServiceList.CLIR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSMSupplementaryServiceList.CLIR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSMSupplementaryServiceList.CLIR NOT_ACTIVE
public static final GSMSupplementaryServiceList.CLIR ACTIVE
public static GSMSupplementaryServiceList.CLIR[] values()
for (GSMSupplementaryServiceList.CLIR c : GSMSupplementaryServiceList.CLIR.values()) System.out.println(c);
public static GSMSupplementaryServiceList.CLIR 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 int intValue()
public static GSMSupplementaryServiceList.CLIR fromValue(int value)
value - encoded valueIllegalArgumentException - if there is no enumeration constant with the given encoded value