public enum Pageview extends Enum<Pageview>
Enum Constant and Description |
---|
COMPARE
COMPARE.
|
DETAIL
DETAIL.
|
HOME
HOME.
|
LISTER
LISTER.
|
SEARCH
SEARCH.
|
SUMMARY
SUMMARY.
|
Modifier and Type | Method and Description |
---|---|
static Pageview |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pageview[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pageview HOME
public static final Pageview SUMMARY
public static final Pageview LISTER
public static final Pageview DETAIL
public static final Pageview COMPARE
public static final Pageview SEARCH
public static Pageview[] values()
for (Pageview c : Pageview.values()) System.out.println(c);
public static Pageview 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 © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.