public static enum MimeWriter.eMimeSubType extends java.lang.Enum<MimeWriter.eMimeSubType>
| Modifier and Type | Method and Description |
|---|---|
static MimeWriter.eMimeSubType |
getEnum(java.lang.String name) |
java.lang.String |
getMimetype() |
java.lang.String |
getSubtype() |
static MimeWriter.eMimeSubType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MimeWriter.eMimeSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MimeWriter.eMimeSubType related
public static final MimeWriter.eMimeSubType formdata
public static MimeWriter.eMimeSubType[] values()
for (MimeWriter.eMimeSubType c : MimeWriter.eMimeSubType.values()) System.out.println(c);
public static MimeWriter.eMimeSubType 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 java.lang.String getSubtype()
public java.lang.String getMimetype()
public static MimeWriter.eMimeSubType getEnum(java.lang.String name)