Class MAPNotificationToMSUser
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPNotificationToMSUser
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPNotificationToMSUser extends NamedInteger
API for MAP-MS-DataTypes.NotificationToMSUser. Generated from the following ASN.1 type definition.NotificationToMSUser ::= ENUMERATED { notifyLocationAllowed(0), notifyAndVerify-LocationAllowedIfNoResponse(1), notifyAndVerify-LocationNotAllowedIfNoResponse(2), ... locationNotAllowed(3) -- Added in release 4. }
Added in R98. Exception handling: At reception of any other value than the ones listed the receiver shall ignore NotificationToMSUser.Used as field type by
MAPLCS_PrivacyClass
.Used as field type by
MAPExternalClient
.Used as field type by
MAPServiceType
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_locationNotAllowed
Integer value of the constant locationNotAllowed.static int
_notifyAndVerify_LocationAllowedIfNoResponse
Integer value of the constant notifyAndVerify_LocationAllowedIfNoResponse.static int
_notifyAndVerify_LocationNotAllowedIfNoResponse
Integer value of the constant notifyAndVerify_LocationNotAllowedIfNoResponse.static int
_notifyLocationAllowed
Integer value of the constant notifyLocationAllowed.static MAPNotificationToMSUser
locationNotAllowed
Reference to value of the constant locationNotAllowed.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPNotificationToMSUser instance may take (3).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPNotificationToMSUser instance may take (0).static MAPNotificationToMSUser
notifyAndVerify_LocationAllowedIfNoResponse
Reference to value of the constant notifyAndVerify_LocationAllowedIfNoResponse.static MAPNotificationToMSUser
notifyAndVerify_LocationNotAllowedIfNoResponse
Reference to value of the constant notifyAndVerify_LocationNotAllowedIfNoResponse.static MAPNotificationToMSUser
notifyLocationAllowed
Reference to value of the constant notifyLocationAllowed.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPNotificationToMSUser(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPNotificationToMSUser(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MAPNotificationToMSUser
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPNotificationToMSUser[]
namedValues()
Returns an array containing all the enumeration constants referenced by fields.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_notifyLocationAllowed
public static final int _notifyLocationAllowed
Integer value of the constant notifyLocationAllowed.- See Also:
- Constant Field Values
-
notifyLocationAllowed
public static final MAPNotificationToMSUser notifyLocationAllowed
Reference to value of the constant notifyLocationAllowed.
-
_notifyAndVerify_LocationAllowedIfNoResponse
public static final int _notifyAndVerify_LocationAllowedIfNoResponse
Integer value of the constant notifyAndVerify_LocationAllowedIfNoResponse.- See Also:
- Constant Field Values
-
notifyAndVerify_LocationAllowedIfNoResponse
public static final MAPNotificationToMSUser notifyAndVerify_LocationAllowedIfNoResponse
Reference to value of the constant notifyAndVerify_LocationAllowedIfNoResponse.
-
_notifyAndVerify_LocationNotAllowedIfNoResponse
public static final int _notifyAndVerify_LocationNotAllowedIfNoResponse
Integer value of the constant notifyAndVerify_LocationNotAllowedIfNoResponse.- See Also:
- Constant Field Values
-
notifyAndVerify_LocationNotAllowedIfNoResponse
public static final MAPNotificationToMSUser notifyAndVerify_LocationNotAllowedIfNoResponse
Reference to value of the constant notifyAndVerify_LocationNotAllowedIfNoResponse.
-
_locationNotAllowed
public static final int _locationNotAllowed
Integer value of the constant locationNotAllowed.- See Also:
- Constant Field Values
-
locationNotAllowed
public static final MAPNotificationToMSUser locationNotAllowed
Reference to value of the constant locationNotAllowed.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPNotificationToMSUser instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPNotificationToMSUser instance may take (3).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPNotificationToMSUser
protected MAPNotificationToMSUser(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPNotificationToMSUser
protected MAPNotificationToMSUser(int value)
Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.- Parameters:
value
- numeric value
-
-
Method Detail
-
fromValue
public static MAPNotificationToMSUser fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.- Parameters:
value
- integer- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPNotificationToMSUser[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-