Uses of Class
org.osgi.service.onem2m.dto.NotificationEventDTO.NotificationEventType
-
Packages that use NotificationEventDTO.NotificationEventType Package Description org.osgi.service.onem2m.dto Service Layer Data Transfer Objects for oneM2M Specification Package Version 1.0. -
-
Uses of NotificationEventDTO.NotificationEventType in org.osgi.service.onem2m.dto
Fields in org.osgi.service.onem2m.dto declared as NotificationEventDTO.NotificationEventType Modifier and Type Field Description NotificationEventDTO.NotificationEventType
NotificationEventDTO. notificationEventType
notificationEventTypeMethods in org.osgi.service.onem2m.dto that return NotificationEventDTO.NotificationEventType Modifier and Type Method Description static NotificationEventDTO.NotificationEventType
NotificationEventDTO.NotificationEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NotificationEventDTO.NotificationEventType[]
NotificationEventDTO.NotificationEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-