| Enum Constant and Description |
|---|
csv |
doc |
excel |
flash |
html |
javascript |
pdf |
rtf |
text |
word2007 |
xls |
xml |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
type
Тип.
|
| Modifier and Type | Method and Description |
|---|---|
static MIMEType |
byValue(java.lang.String value) |
static MIMEType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MIMEType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MIMEType html
public static final MIMEType flash
public static final MIMEType javascript
public static final MIMEType xml
public static final MIMEType text
public static final MIMEType rtf
public static final MIMEType doc
public static final MIMEType word2007
public static final MIMEType xls
public static final MIMEType excel
public static final MIMEType csv
public static final MIMEType pdf
public static MIMEType[] values()
for (MIMEType c : MIMEType.values()) System.out.println(c);
public static MIMEType 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 static MIMEType byValue(java.lang.String value)
Copyright © 2020 Stimulsoft. All Rights Reserved.