public static enum Anchor.Relationship extends java.lang.Enum<Anchor.Relationship>
Enum Constant and Description |
---|
alternate |
appendix |
bookmark |
chapter |
contents |
copyright |
designates |
glossary |
help |
index |
next |
prev |
section |
start |
stylesheet |
subsection |
Modifier and Type | Method and Description |
---|---|
static Anchor.Relationship |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Anchor.Relationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Anchor.Relationship alternate
public static final Anchor.Relationship designates
public static final Anchor.Relationship stylesheet
public static final Anchor.Relationship start
public static final Anchor.Relationship next
public static final Anchor.Relationship prev
public static final Anchor.Relationship contents
public static final Anchor.Relationship index
public static final Anchor.Relationship glossary
public static final Anchor.Relationship copyright
public static final Anchor.Relationship chapter
public static final Anchor.Relationship section
public static final Anchor.Relationship subsection
public static final Anchor.Relationship appendix
public static final Anchor.Relationship help
public static final Anchor.Relationship bookmark
public static Anchor.Relationship[] values()
for (Anchor.Relationship c : Anchor.Relationship.values()) System.out.println(c);
public static Anchor.Relationship 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