public enum EnumRelType extends Enum<EnumRelType> implements org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>
| Enum Constant and Description |
|---|
ALTERNATE |
AUTHOR |
HELP |
ICON |
LICENSE |
NEXT |
PREV |
SEARCH |
STYLESHEET |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static EnumRelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumRelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRelType ALTERNATE
public static final EnumRelType AUTHOR
public static final EnumRelType HELP
public static final EnumRelType ICON
public static final EnumRelType LICENSE
public static final EnumRelType NEXT
public static final EnumRelType PREV
public static final EnumRelType SEARCH
public static final EnumRelType STYLESHEET
public static EnumRelType[] values()
for (EnumRelType c : EnumRelType.values()) System.out.println(c);
public static EnumRelType 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.