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