Uses of Class
com.opencloud.slee.resources.cgin.map.MAPOccurrenceInfo
-
Packages that use MAPOccurrenceInfo Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPOccurrenceInfo in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPOccurrenceInfo Modifier and Type Field Description static MAPOccurrenceInfo
MAPOccurrenceInfo. multipleTimeEvent
Reference to value of the constant multipleTimeEvent.static MAPOccurrenceInfo
MAPOccurrenceInfo. oneTimeEvent
Reference to value of the constant oneTimeEvent.Methods in com.opencloud.slee.resources.cgin.map that return MAPOccurrenceInfo Modifier and Type Method Description static MAPOccurrenceInfo
MAPOccurrenceInfo. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPOccurrenceInfo
MAPAreaEventInfo. getOccurrenceInfo()
Gets the value of the field occurrenceInfo.static MAPOccurrenceInfo[]
MAPOccurrenceInfo. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPOccurrenceInfo Modifier and Type Method Description MAPAreaEventInfo
MAPAreaEventInfo. setOccurrenceInfo(MAPOccurrenceInfo value)
Sets the value of the field occurrenceInfo.
-