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