public class MAPNotificationToMSUser extends NamedInteger
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.
| Modifier and Type | Field and 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.
|
| Modifier | Constructor and 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.
|
| Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _notifyLocationAllowed
public static final MAPNotificationToMSUser notifyLocationAllowed
public static final int _notifyAndVerify_LocationAllowedIfNoResponse
public static final MAPNotificationToMSUser notifyAndVerify_LocationAllowedIfNoResponse
public static final int _notifyAndVerify_LocationNotAllowedIfNoResponse
public static final MAPNotificationToMSUser notifyAndVerify_LocationNotAllowedIfNoResponse
public static final int _locationNotAllowed
public static final MAPNotificationToMSUser locationNotAllowed
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPNotificationToMSUser(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPNotificationToMSUser(int value)
value - numeric valuepublic static MAPNotificationToMSUser fromValue(int value)
value - integerpublic static MAPNotificationToMSUser[] namedValues()