public enum NotificationType extends Enum<NotificationType>
| Enum Constant and Description |
|---|
CHANGE_RECIPIENTS |
DELETE_METADATA |
DELETED_USER |
NEW_VIEW |
UPDATE_FORM |
UPDATE_VIEW |
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
getTypeByString(String type) |
int |
getVal() |
static NotificationType |
lookup(int val) |
static NotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationType NEW_VIEW
public static final NotificationType UPDATE_VIEW
public static final NotificationType CHANGE_RECIPIENTS
public static final NotificationType DELETED_USER
public static final NotificationType UPDATE_FORM
public static final NotificationType DELETE_METADATA
public static NotificationType[] values()
for (NotificationType c : NotificationType.values()) System.out.println(c);
public static NotificationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getVal()
public static NotificationType lookup(int val)
public static NotificationType getTypeByString(String type)
Copyright © 2025. All rights reserved.