public static enum Selector.PseudoPageType extends Enum<Selector.PseudoPageType>
| Modifier and Type | Method and Description |
|---|---|
static Selector.PseudoPageType |
forName(String name) |
String |
getName() |
static Selector.PseudoPageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selector.PseudoPageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Selector.PseudoPageType BLANK
public static final Selector.PseudoPageType FIRST
public static final Selector.PseudoPageType LEFT
public static final Selector.PseudoPageType RIGHT
public static final Selector.PseudoPageType vendor
public static Selector.PseudoPageType[] values()
for (Selector.PseudoPageType c : Selector.PseudoPageType.values()) System.out.println(c);
public static Selector.PseudoPageType 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 nullpublic String getName()
public static Selector.PseudoPageType forName(String name)
Copyright © 2019. All rights reserved.