Class MAPLCS_FormatIndicator
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPLCS_FormatIndicator
-
- All Implemented Interfaces:
DataObject,Immutable,Serializable
public class MAPLCS_FormatIndicator extends NamedInteger
API for MAP-LCS-DataTypes.LCS-FormatIndicator. Generated from the following ASN.1 type definition.LCS-FormatIndicator ::= ENUMERATED { logicalName(0), e-mailAddress(1), msisdn(2), url(3), sipUrl(4), ... }Added in release 6.Used as field type by
MAPLCSClientName.Used as field type by
MAPLCSRequestorID.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_e_mailAddressInteger value of the constant e_mailAddress.static int_logicalNameInteger value of the constant logicalName.static int_msisdnInteger value of the constant msisdn.static int_sipUrlInteger value of the constant sipUrl.static int_urlInteger value of the constant url.static MAPLCS_FormatIndicatore_mailAddressReference to value of the constant e_mailAddress.static MAPLCS_FormatIndicatorlogicalNameReference to value of the constant logicalName.static intMAX_VALUEMaximum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_FormatIndicator instance may take (4).static intMIN_VALUEMinimum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_FormatIndicator instance may take (0).static MAPLCS_FormatIndicatormsisdnReference to value of the constant msisdn.static MAPLCS_FormatIndicatorsipUrlReference to value of the constant sipUrl.static MAPLCS_FormatIndicatorurlReference to value of the constant url.
-
Constructor Summary
Constructors Modifier Constructor Description protectedMAPLCS_FormatIndicator(int value)Constructs an enumeration constant for the given numeric value.protectedMAPLCS_FormatIndicator(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 MAPLCS_FormatIndicatorfromValue(int value)Finds or constructs an enumeration constant for the given numeric value.static MAPLCS_FormatIndicator[]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
-
_logicalName
public static final int _logicalName
Integer value of the constant logicalName.- See Also:
- Constant Field Values
-
logicalName
public static final MAPLCS_FormatIndicator logicalName
Reference to value of the constant logicalName.
-
_e_mailAddress
public static final int _e_mailAddress
Integer value of the constant e_mailAddress.- See Also:
- Constant Field Values
-
e_mailAddress
public static final MAPLCS_FormatIndicator e_mailAddress
Reference to value of the constant e_mailAddress.
-
_msisdn
public static final int _msisdn
Integer value of the constant msisdn.- See Also:
- Constant Field Values
-
msisdn
public static final MAPLCS_FormatIndicator msisdn
Reference to value of the constant msisdn.
-
_url
public static final int _url
Integer value of the constant url.- See Also:
- Constant Field Values
-
url
public static final MAPLCS_FormatIndicator url
Reference to value of the constant url.
-
_sipUrl
public static final int _sipUrl
Integer value of the constant sipUrl.- See Also:
- Constant Field Values
-
sipUrl
public static final MAPLCS_FormatIndicator sipUrl
Reference to value of the constant sipUrl.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_FormatIndicator 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.MAPLCS_FormatIndicator instance may take (4).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPLCS_FormatIndicator
protected MAPLCS_FormatIndicator(int value, String description)Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value- numeric valuedescription- name of number
-
MAPLCS_FormatIndicator
protected MAPLCS_FormatIndicator(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 MAPLCS_FormatIndicator 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 MAPLCS_FormatIndicator[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-