Class MAPPrivacyCheckRelatedAction
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPPrivacyCheckRelatedAction
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPPrivacyCheckRelatedAction extends NamedInteger
API for MAP-LCS-DataTypes.PrivacyCheckRelatedAction. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_allowedWithoutNotification
public static final int _allowedWithoutNotification
Integer value of the constant allowedWithoutNotification.- See Also:
- Constant Field Values
-
allowedWithoutNotification
public static final MAPPrivacyCheckRelatedAction allowedWithoutNotification
Reference to value of the constant allowedWithoutNotification.
-
_allowedWithNotification
public static final int _allowedWithNotification
Integer value of the constant allowedWithNotification.- See Also:
- Constant Field Values
-
allowedWithNotification
public static final MAPPrivacyCheckRelatedAction allowedWithNotification
Reference to value of the constant allowedWithNotification.
-
_allowedIfNoResponse
public static final int _allowedIfNoResponse
Integer value of the constant allowedIfNoResponse.- See Also:
- Constant Field Values
-
allowedIfNoResponse
public static final MAPPrivacyCheckRelatedAction allowedIfNoResponse
Reference to value of the constant allowedIfNoResponse.
-
_restrictedIfNoResponse
public static final int _restrictedIfNoResponse
Integer value of the constant restrictedIfNoResponse.- See Also:
- Constant Field Values
-
restrictedIfNoResponse
public static final MAPPrivacyCheckRelatedAction restrictedIfNoResponse
Reference to value of the constant restrictedIfNoResponse.
-
_notAllowed
public static final int _notAllowed
Integer value of the constant notAllowed.- See Also:
- Constant Field Values
-
notAllowed
public static final MAPPrivacyCheckRelatedAction notAllowed
Reference to value of the constant notAllowed.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPPrivacyCheckRelatedAction 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.MAPPrivacyCheckRelatedAction instance may take (4).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPPrivacyCheckRelatedAction
protected MAPPrivacyCheckRelatedAction(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPPrivacyCheckRelatedAction
protected MAPPrivacyCheckRelatedAction(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 MAPPrivacyCheckRelatedAction 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 MAPPrivacyCheckRelatedAction[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-