public static enum DocumentUtil.PARSER extends java.lang.Enum<DocumentUtil.PARSER>
| Modifier and Type | Method and Description | 
|---|---|
static DocumentUtil.PARSER | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DocumentUtil.PARSER[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DocumentUtil.PARSER DEFAULT
public static final DocumentUtil.PARSER TOLERANT
public static final DocumentUtil.PARSER VALIDATE
public static DocumentUtil.PARSER[] values()
for (DocumentUtil.PARSER c : DocumentUtil.PARSER.values()) System.out.println(c);
public static DocumentUtil.PARSER valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.