Package org.osgi.service.onem2m.dto
Enum Class NotificationEventDTO.NotificationEventType
java.lang.Object
java.lang.Enum<NotificationEventDTO.NotificationEventType>
org.osgi.service.onem2m.dto.NotificationEventDTO.NotificationEventType
- All Implemented Interfaces:
Serializable
,Comparable<NotificationEventDTO.NotificationEventType>
,Constable
- Enclosing class:
- NotificationEventDTO
public static enum NotificationEventDTO.NotificationEventType
extends Enum<NotificationEventDTO.NotificationEventType>
NotificationEventType
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptioncreate_of_direct_child_resourcecreate_of_direct_child_resoucedelete_of_resourceretrieve_of_container_resource_with_no_child_resourceupdate_of_resouce. -
Method Summary
-
Enum Constant Details
-
update_of_resource
update_of_resouce. This is the default value. -
delete_of_resource
delete_of_resource -
create_of_direct_child_resource
create_of_direct_child_resource -
delete_of_direct_child_resouce
create_of_direct_child_resouce -
retrieve_of_container_resource_with_no_child_resource
public static final NotificationEventDTO.NotificationEventType retrieve_of_container_resource_with_no_child_resourceretrieve_of_container_resource_with_no_child_resource
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Return notification type value.- Returns:
- The notification type value.
-