public enum UnbluExternalLinkHandleAction extends java.lang.Enum<UnbluExternalLinkHandleAction>
| Enum Constant and Description |
|---|
NONE
Instructs Unblu to do nothing with the link.
|
OPEN
Instructs Unblu to open the link.
|
| Modifier and Type | Method and Description |
|---|---|
static UnbluExternalLinkHandleAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnbluExternalLinkHandleAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnbluExternalLinkHandleAction OPEN
public static final UnbluExternalLinkHandleAction NONE
public static UnbluExternalLinkHandleAction[] values()
for (UnbluExternalLinkHandleAction c : UnbluExternalLinkHandleAction.values()) System.out.println(c);
public static UnbluExternalLinkHandleAction 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