public static enum Notification.Type extends Enum<Notification.Type>
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<Notification.Type> |
TYPES_ALL |
static com.google.common.collect.ImmutableSet<Notification.Type> |
TYPES_PRIVATE |
static com.google.common.collect.ImmutableSet<Notification.Type> |
TYPES_PUBLIC |
| Modifier and Type | Method and Description |
|---|---|
static Notification.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Type PUBLIC
public static final Notification.Type PRIVATE
public static com.google.common.collect.ImmutableSet<Notification.Type> TYPES_ALL
public static com.google.common.collect.ImmutableSet<Notification.Type> TYPES_PUBLIC
public static com.google.common.collect.ImmutableSet<Notification.Type> TYPES_PRIVATE
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type 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 nullCopyright © 2015 Molindo GmbH. All Rights Reserved.