public enum MAPIMS_VoiceOverPS_SessionsInd extends Enum<MAPIMS_VoiceOverPS_SessionsInd>
IMS-VoiceOverPS-SessionsInd ::= ENUMERATED { imsVoiceOverPS-SessionsNotSupported(0), imsVoiceOverPS-SessionsSupported(1) }Added in release 9.
Used as field type by MAPSubscriberInfo
.
Enum Constant and Description |
---|
imsVoiceOverPS_SessionsNotSupported |
imsVoiceOverPS_SessionsSupported |
Modifier and Type | Method and Description |
---|---|
static MAPIMS_VoiceOverPS_SessionsInd |
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 MAPIMS_VoiceOverPS_SessionsInd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPIMS_VoiceOverPS_SessionsInd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPIMS_VoiceOverPS_SessionsInd imsVoiceOverPS_SessionsNotSupported
public static final MAPIMS_VoiceOverPS_SessionsInd imsVoiceOverPS_SessionsSupported
public static MAPIMS_VoiceOverPS_SessionsInd[] values()
for (MAPIMS_VoiceOverPS_SessionsInd c : MAPIMS_VoiceOverPS_SessionsInd.values()) System.out.println(c);
public static MAPIMS_VoiceOverPS_SessionsInd 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 MAPIMS_VoiceOverPS_SessionsInd fromValue(int value)
value
- integer ASN.1 encoded valuepublic int intValue()