public enum ProcessURLAction extends Enum<ProcessURLAction>
Enum Constant and Description |
---|
CATEGORY
Deprecated.
|
PAGE
Deprecated.
|
PROCEED
Deprecated.
|
PRODUCT
Deprecated.
|
REDIRECT
Deprecated.
|
UNKNOWN
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ProcessURLAction |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ProcessURLAction[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessURLAction PAGE
public static final ProcessURLAction PRODUCT
public static final ProcessURLAction CATEGORY
public static final ProcessURLAction PROCEED
public static final ProcessURLAction REDIRECT
public static final ProcessURLAction UNKNOWN
public static ProcessURLAction[] values()
for (ProcessURLAction c : ProcessURLAction.values()) System.out.println(c);
public static ProcessURLAction 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 © 2022. All rights reserved.