public class MAPOccurrenceInfo extends NamedInteger
OccurrenceInfo ::=
ENUMERATED {
oneTimeEvent(0),
multipleTimeEvent(1),
...
}
Added in release 6.
Used as field type by MAPAreaEventInfo.
| Modifier and Type | Field and Description |
|---|---|
static int |
_multipleTimeEvent
Integer value of the constant multipleTimeEvent.
|
static int |
_oneTimeEvent
Integer value of the constant oneTimeEvent.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPOccurrenceInfo instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPOccurrenceInfo instance may take (0).
|
static MAPOccurrenceInfo |
multipleTimeEvent
Reference to value of the constant multipleTimeEvent.
|
static MAPOccurrenceInfo |
oneTimeEvent
Reference to value of the constant oneTimeEvent.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPOccurrenceInfo(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPOccurrenceInfo(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPOccurrenceInfo |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPOccurrenceInfo[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _oneTimeEvent
public static final MAPOccurrenceInfo oneTimeEvent
public static final int _multipleTimeEvent
public static final MAPOccurrenceInfo multipleTimeEvent
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPOccurrenceInfo(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPOccurrenceInfo(int value)
value - numeric valuepublic static MAPOccurrenceInfo fromValue(int value)
value - integerpublic static MAPOccurrenceInfo[] namedValues()