protected static enum EyesTargetLocator.TargetType extends Enum<EyesTargetLocator.TargetType>
| Enum Constant and Description |
|---|
DEFAULT_CONTENT |
FRAME |
PARENT_FRAME |
| Modifier and Type | Method and Description |
|---|---|
static EyesTargetLocator.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EyesTargetLocator.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EyesTargetLocator.TargetType FRAME
public static final EyesTargetLocator.TargetType PARENT_FRAME
public static final EyesTargetLocator.TargetType DEFAULT_CONTENT
public static EyesTargetLocator.TargetType[] values()
for (EyesTargetLocator.TargetType c : EyesTargetLocator.TargetType.values()) System.out.println(c);
public static EyesTargetLocator.TargetType 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 © 2016. All rights reserved.