|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<HtmlDocumentFactory.MetadataKeys> it.unimi.di.mg4j.document.HtmlDocumentFactory.MetadataKeys
public static enum HtmlDocumentFactory.MetadataKeys
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HtmlDocumentFactory.MetadataKeys MAXPREANCHOR
public static final HtmlDocumentFactory.MetadataKeys MAXANCHOR
public static final HtmlDocumentFactory.MetadataKeys MAXPOSTANCHOR
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |