public class MAPDomainType extends NamedInteger
DomainType ::= ENUMERATED { cs-Domain(0), ps-Domain(1), ... }Added in release 5. Exception handling: reception of values > 1 shall be mapped to 'cs-Domain'.
Used as field type by MAPRequestedInfo
.
Modifier and Type | Field and Description |
---|---|
static int |
_cs_Domain
Integer value of the constant cs_Domain.
|
static int |
_ps_Domain
Integer value of the constant ps_Domain.
|
static MAPDomainType |
cs_Domain
Reference to value of the constant cs_Domain.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPDomainType instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPDomainType instance may take (0).
|
static MAPDomainType |
ps_Domain
Reference to value of the constant ps_Domain.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPDomainType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPDomainType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPDomainType |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPDomainType[] |
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 _cs_Domain
public static final MAPDomainType cs_Domain
public static final int _ps_Domain
public static final MAPDomainType ps_Domain
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPDomainType(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPDomainType(int value)
value
- numeric valuepublic static MAPDomainType fromValue(int value)
value
- integerpublic static MAPDomainType[] namedValues()