public enum NotificationType extends Enum<NotificationType>
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
title() |
Notification |
uiNotification() |
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 STORAGE_SUCCESS
public static final NotificationType URIOFFLINE
public static final NotificationType NOSEPAFORMAT
public static final NotificationType UNKNOWN_ERROR
public static final NotificationType STORAGE_ERROR
public static final NotificationType PIPELINE_STORAGE_SUCCESS
public static final NotificationType PIPELINE_START_SUCCESS
public static final NotificationType PIPELINE_STOP_SUCCESS
public static final NotificationType NO_VALID_CONNECTION
public static final NotificationType NO_SEPA_FOUND
public static final NotificationType NO_MATCHING_FORMAT_CONNECTION
public static final NotificationType NO_MATCHING_PROTOCOL_CONNECTION
public static final NotificationType REMOTE_SERVER_NOT_ACCESSIBLE
public static final NotificationType NO_MATCHING_SCHEME
public static final NotificationType LOGIN_FAILED
public static final NotificationType LOGIN_SUCCESS
public static final NotificationType REGISTRATION_FAILED
public static final NotificationType REGISTRATION_SUCCESS
public static final NotificationType UNAUTHORIZED
public static final NotificationType ALREADY_LOGGED_IN
public static final NotificationType NOT_LOGGED_IN
public static final NotificationType LOGOUT_SUCCESS
public static final NotificationType OPERATION_SUCCESS
public static final NotificationType VIRTUAL_SENSOR_STORAGE_SUCCESS
public static final NotificationType PARSE_ERROR
public static final NotificationType WARNING_NO_ICON
public static final NotificationType WARNING_NO_NAME
public static final NotificationType WARNING_NO_LABEL
public static final NotificationType NOT_REMEMBERED
public static final NotificationType REMEMBERED
public static final NotificationType NOT_REMOVED
public static final NotificationType REMOVED_ACTION
public static final NotificationType REMOVED_SOURCE
public static final NotificationType REMOVED_SEPA
public static final NotificationType ADDED_CONFIGURATION
public static final NotificationType INSTALLATION_SUCCESSFUL
public static final NotificationType PROPERTY_FILE_WRITTEN
public static final NotificationType ADMIN_USER_CREATED
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 String title()
public String description()
public Notification uiNotification()
Copyright © 2019. All rights reserved.