Serializable, Comparable<String>, org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>public enum EnumRelLinkType extends Enum<EnumRelLinkType> implements org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>
| Enum Constant | Description |
|---|---|
ALTERNATE |
|
APPENDIX |
|
BOOKMARK |
|
CHAPTER |
|
CONTENTS |
|
COPYRIGHT |
|
GLOSSARY |
|
HELP |
|
INDEX |
|
NEXT |
|
PREV |
|
SECTION |
|
START |
|
STYLESHEET |
|
SUBSECTION |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getValue() |
|
static EnumRelLinkType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EnumRelLinkType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRelLinkType ALTERNATE
public static final EnumRelLinkType APPENDIX
public static final EnumRelLinkType BOOKMARK
public static final EnumRelLinkType CHAPTER
public static final EnumRelLinkType CONTENTS
public static final EnumRelLinkType COPYRIGHT
public static final EnumRelLinkType GLOSSARY
public static final EnumRelLinkType HELP
public static final EnumRelLinkType INDEX
public static final EnumRelLinkType NEXT
public static final EnumRelLinkType PREV
public static final EnumRelLinkType SECTION
public static final EnumRelLinkType START
public static final EnumRelLinkType STYLESHEET
public static final EnumRelLinkType SUBSECTION
public static EnumRelLinkType[] values()
for (EnumRelLinkType c : EnumRelLinkType.values()) System.out.println(c);
public static EnumRelLinkType 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 © 2018. All rights reserved.