public enum MIMEMultipartProcessor extends Enum<MIMEMultipartProcessor>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
com.ibm.xsp.http.MimeMultipart |
addEmbeddedImage(com.ibm.xsp.component.UIInputRichText.EmbeddedImage embImage,
com.ibm.xsp.http.MimeMultipart mmCurrent) |
static MIMEMultipartProcessor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MIMEMultipartProcessor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MIMEMultipartProcessor INSTANCE
public static MIMEMultipartProcessor[] values()
for (MIMEMultipartProcessor c : MIMEMultipartProcessor.values()) System.out.println(c);
public static MIMEMultipartProcessor 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 nullpublic com.ibm.xsp.http.MimeMultipart addEmbeddedImage(com.ibm.xsp.component.UIInputRichText.EmbeddedImage embImage, com.ibm.xsp.http.MimeMultipart mmCurrent)
Copyright © 2021. All Rights Reserved.