public enum MAPCliRestrictionOption extends Enum<MAPCliRestrictionOption>
CliRestrictionOption ::= ENUMERATED { permanent(0), temporaryDefaultRestricted(1), temporaryDefaultAllowed(2) }Added in ph2.
Used as field type by MAPSS_SubscriptionOption
.
Used as field type by MAPGenericServiceInfo
.
Used as field type by MAPClirData
.
Used as field type by MAPModificationRequestFor_CLIR_Info
.
Enum Constant and Description |
---|
permanent |
temporaryDefaultAllowed |
temporaryDefaultRestricted |
Modifier and Type | Method and Description |
---|---|
static MAPCliRestrictionOption |
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 MAPCliRestrictionOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPCliRestrictionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPCliRestrictionOption permanent
public static final MAPCliRestrictionOption temporaryDefaultRestricted
public static final MAPCliRestrictionOption temporaryDefaultAllowed
public static MAPCliRestrictionOption[] values()
for (MAPCliRestrictionOption c : MAPCliRestrictionOption.values()) System.out.println(c);
public static MAPCliRestrictionOption 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 MAPCliRestrictionOption fromValue(int value)
value
- integer ASN.1 encoded valuepublic int intValue()