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