public class MAPLCS_FormatIndicator extends NamedInteger
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
.
Modifier and Type | Field and Description |
---|---|
static int |
_e_mailAddress
Integer value of the constant e_mailAddress.
|
static int |
_logicalName
Integer value of the constant logicalName.
|
static int |
_msisdn
Integer value of the constant msisdn.
|
static int |
_sipUrl
Integer value of the constant sipUrl.
|
static int |
_url
Integer value of the constant url.
|
static MAPLCS_FormatIndicator |
e_mailAddress
Reference to value of the constant e_mailAddress.
|
static MAPLCS_FormatIndicator |
logicalName
Reference to value of the constant logicalName.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_FormatIndicator instance may take (4).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_FormatIndicator instance may take (0).
|
static MAPLCS_FormatIndicator |
msisdn
Reference to value of the constant msisdn.
|
static MAPLCS_FormatIndicator |
sipUrl
Reference to value of the constant sipUrl.
|
static MAPLCS_FormatIndicator |
url
Reference to value of the constant url.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPLCS_FormatIndicator(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPLCS_FormatIndicator(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCS_FormatIndicator |
fromValue(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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _logicalName
public static final MAPLCS_FormatIndicator logicalName
public static final int _e_mailAddress
public static final MAPLCS_FormatIndicator e_mailAddress
public static final int _msisdn
public static final MAPLCS_FormatIndicator msisdn
public static final int _url
public static final MAPLCS_FormatIndicator url
public static final int _sipUrl
public static final MAPLCS_FormatIndicator sipUrl
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPLCS_FormatIndicator(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPLCS_FormatIndicator(int value)
value
- numeric valuepublic static MAPLCS_FormatIndicator fromValue(int value)
value
- integerpublic static MAPLCS_FormatIndicator[] namedValues()