public enum EnumKindType extends Enum<EnumKindType> implements org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>
| Enum Constant and Description |
|---|
CAPTIONS |
CHAPTERS |
DESCRIPTIONS |
METADATA |
SUBTITLES |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static EnumKindType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumKindType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumKindType SUBTITLES
public static final EnumKindType CAPTIONS
public static final EnumKindType DESCRIPTIONS
public static final EnumKindType CHAPTERS
public static final EnumKindType METADATA
public static EnumKindType[] values()
for (EnumKindType c : EnumKindType.values()) System.out.println(c);
public static EnumKindType 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.