public static enum AnchorTextConstants.Type extends Enum<AnchorTextConstants.Type>
| Enum Constant and Description |
|---|
DOCNO_FIELD |
EXTERNAL_IN_LINK |
EXTERNAL_OUT_LINK |
IN_DEGREE |
INTERNAL_IN_LINK |
INTERNAL_OUT_LINK |
OTHER_TYPES |
OUT_DEGREE |
URL_FIELD |
WEIGHTED_EXTERNAL_IN_LINK |
| Modifier and Type | Field and Description |
|---|---|
byte |
val |
| Modifier and Type | Method and Description |
|---|---|
static AnchorTextConstants.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnchorTextConstants.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnchorTextConstants.Type INTERNAL_IN_LINK
public static final AnchorTextConstants.Type EXTERNAL_IN_LINK
public static final AnchorTextConstants.Type INTERNAL_OUT_LINK
public static final AnchorTextConstants.Type EXTERNAL_OUT_LINK
public static final AnchorTextConstants.Type URL_FIELD
public static final AnchorTextConstants.Type DOCNO_FIELD
public static final AnchorTextConstants.Type OUT_DEGREE
public static final AnchorTextConstants.Type IN_DEGREE
public static final AnchorTextConstants.Type OTHER_TYPES
public static final AnchorTextConstants.Type WEIGHTED_EXTERNAL_IN_LINK
public static AnchorTextConstants.Type[] values()
for (AnchorTextConstants.Type c : AnchorTextConstants.Type.values()) System.out.println(c);
public static AnchorTextConstants.Type 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 © 2015. All rights reserved.