public enum swFMViewNotify_e extends java.lang.Enum<swFMViewNotify_e>
Enum Constant and Description |
---|
swFMViewActivateNotify |
swFMViewDeactivateNotify |
swFMViewDestroyNotify |
Modifier and Type | Method and Description |
---|---|
static swFMViewNotify_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swFMViewNotify_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swFMViewNotify_e swFMViewActivateNotify
public static final swFMViewNotify_e swFMViewDeactivateNotify
public static final swFMViewNotify_e swFMViewDestroyNotify
public static swFMViewNotify_e[] values()
for (swFMViewNotify_e c : swFMViewNotify_e.values()) System.out.println(c);
public static swFMViewNotify_e 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 null