Enum Constant and Description |
---|
ALTERNATE |
ARCHIVES |
AUTHOR |
BOOKMARK |
EXTERNAL |
FIRST |
HELP |
ICON |
LAST |
LICENSE |
NEXT |
NOFOLLOW |
NOREFERRER |
PINGBACK |
PREFETCH |
PREV |
SEARCH |
SIDEBAR |
STYLESHEET |
TAG |
UP |
Modifier and Type | Method and Description |
---|---|
static RelTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelTypes ALTERNATE
public static final RelTypes ARCHIVES
public static final RelTypes AUTHOR
public static final RelTypes BOOKMARK
public static final RelTypes EXTERNAL
public static final RelTypes FIRST
public static final RelTypes HELP
public static final RelTypes ICON
public static final RelTypes LAST
public static final RelTypes LICENSE
public static final RelTypes NEXT
public static final RelTypes NOFOLLOW
public static final RelTypes NOREFERRER
public static final RelTypes PINGBACK
public static final RelTypes PREFETCH
public static final RelTypes PREV
public static final RelTypes SEARCH
public static final RelTypes SIDEBAR
public static final RelTypes STYLESHEET
public static final RelTypes TAG
public static final RelTypes UP
public static RelTypes[] values()
for (RelTypes c : RelTypes.values()) System.out.println(c);
public static RelTypes 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 null