public static enum AlertAppHandler.ViewMode extends java.lang.Enum<AlertAppHandler.ViewMode>
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIgnoreCase(java.lang.String str) |
java.lang.String |
getValue() |
static AlertAppHandler.ViewMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlertAppHandler.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertAppHandler.ViewMode LIST
public static final AlertAppHandler.ViewMode CARD
public static AlertAppHandler.ViewMode[] values()
for (AlertAppHandler.ViewMode c : AlertAppHandler.ViewMode.values()) System.out.println(c);
public static AlertAppHandler.ViewMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public boolean equalsIgnoreCase(java.lang.String str)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.