public enum LinkTypesEnum extends java.lang.Enum<LinkTypesEnum>
| Enum Constant and Description |
|---|
ALTERNATE |
APPENDIX |
BOOKMARK |
CANONICAL |
CHAPTER |
CONTENTS |
COPYRIGHT |
GLOSSARY |
HELP |
INDEX |
NEXT |
NONE |
PREV |
SECTION |
START |
STYLESHEET |
SUBSECTION |
| Modifier and Type | Method and Description |
|---|---|
static LinkTypesEnum |
getConstantByValue(int value) |
int |
getValue() |
static LinkTypesEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkTypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkTypesEnum NONE
public static final LinkTypesEnum ALTERNATE
public static final LinkTypesEnum STYLESHEET
public static final LinkTypesEnum START
public static final LinkTypesEnum NEXT
public static final LinkTypesEnum PREV
public static final LinkTypesEnum CONTENTS
public static final LinkTypesEnum INDEX
public static final LinkTypesEnum GLOSSARY
public static final LinkTypesEnum COPYRIGHT
public static final LinkTypesEnum CHAPTER
public static final LinkTypesEnum SECTION
public static final LinkTypesEnum SUBSECTION
public static final LinkTypesEnum APPENDIX
public static final LinkTypesEnum HELP
public static final LinkTypesEnum BOOKMARK
public static final LinkTypesEnum CANONICAL
public static LinkTypesEnum[] values()
for (LinkTypesEnum c : LinkTypesEnum.values()) System.out.println(c);
public static LinkTypesEnum 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 nullpublic int getValue()
public static LinkTypesEnum getConstantByValue(int value) throws net.anotheria.asg.exception.ConstantNotFoundException
net.anotheria.asg.exception.ConstantNotFoundExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.