public static enum HtmlDocumentFactory.MetadataKeys extends Enum<HtmlDocumentFactory.MetadataKeys>
| Enum Constant and Description |
|---|
MAXANCHOR
The maximum number of characters in an anchor.
|
MAXPOSTANCHOR
The maximum number of characters after an anchor.
|
MAXPREANCHOR
The maximum number of characters before an anchor.
|
| Modifier and Type | Method and Description |
|---|---|
static HtmlDocumentFactory.MetadataKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlDocumentFactory.MetadataKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlDocumentFactory.MetadataKeys MAXPREANCHOR
public static final HtmlDocumentFactory.MetadataKeys MAXANCHOR
public static final HtmlDocumentFactory.MetadataKeys MAXPOSTANCHOR
public static HtmlDocumentFactory.MetadataKeys[] values()
for (HtmlDocumentFactory.MetadataKeys c : HtmlDocumentFactory.MetadataKeys.values()) System.out.println(c);
public static HtmlDocumentFactory.MetadataKeys 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 null