public class MAPPrivacyCheckRelatedAction extends NamedInteger
PrivacyCheckRelatedAction ::= ENUMERATED { allowedWithoutNotification(0), allowedWithNotification(1), allowedIfNoResponse(2), restrictedIfNoResponse(3), notAllowed(4), ... }Added in release 6.
Used as field type by MAPLCS_PrivacyCheck
.
Used as field type by MAPLCS_PrivacyCheck
.
Modifier and Type | Field and Description |
---|---|
static int |
_allowedIfNoResponse
Integer value of the constant allowedIfNoResponse.
|
static int |
_allowedWithNotification
Integer value of the constant allowedWithNotification.
|
static int |
_allowedWithoutNotification
Integer value of the constant allowedWithoutNotification.
|
static int |
_notAllowed
Integer value of the constant notAllowed.
|
static int |
_restrictedIfNoResponse
Integer value of the constant restrictedIfNoResponse.
|
static MAPPrivacyCheckRelatedAction |
allowedIfNoResponse
Reference to value of the constant allowedIfNoResponse.
|
static MAPPrivacyCheckRelatedAction |
allowedWithNotification
Reference to value of the constant allowedWithNotification.
|
static MAPPrivacyCheckRelatedAction |
allowedWithoutNotification
Reference to value of the constant allowedWithoutNotification.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPPrivacyCheckRelatedAction instance may take (4).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPPrivacyCheckRelatedAction instance may take (0).
|
static MAPPrivacyCheckRelatedAction |
notAllowed
Reference to value of the constant notAllowed.
|
static MAPPrivacyCheckRelatedAction |
restrictedIfNoResponse
Reference to value of the constant restrictedIfNoResponse.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPPrivacyCheckRelatedAction(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPPrivacyCheckRelatedAction(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPPrivacyCheckRelatedAction |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPPrivacyCheckRelatedAction[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _allowedWithoutNotification
public static final MAPPrivacyCheckRelatedAction allowedWithoutNotification
public static final int _allowedWithNotification
public static final MAPPrivacyCheckRelatedAction allowedWithNotification
public static final int _allowedIfNoResponse
public static final MAPPrivacyCheckRelatedAction allowedIfNoResponse
public static final int _restrictedIfNoResponse
public static final MAPPrivacyCheckRelatedAction restrictedIfNoResponse
public static final int _notAllowed
public static final MAPPrivacyCheckRelatedAction notAllowed
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPPrivacyCheckRelatedAction(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPPrivacyCheckRelatedAction(int value)
value
- numeric valuepublic static MAPPrivacyCheckRelatedAction fromValue(int value)
value
- integerpublic static MAPPrivacyCheckRelatedAction[] namedValues()