public static enum ParserConfigInterface.TargetType extends Enum<ParserConfigInterface.TargetType>
| Modifier and Type | Method and Description |
|---|---|
static ParserConfigInterface.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserConfigInterface.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserConfigInterface.TargetType INVALID
public static final ParserConfigInterface.TargetType PAGE
public static final ParserConfigInterface.TargetType IMAGE
public static ParserConfigInterface.TargetType[] values()
for (ParserConfigInterface.TargetType c : ParserConfigInterface.TargetType.values()) System.out.println(c);
public static ParserConfigInterface.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 © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.