public static enum MultipartRequestFacade.PartType extends java.lang.Enum<MultipartRequestFacade.PartType>
Enum Constant and Description |
---|
FinishMultipart |
FormData |
PlainText |
SimpleRequest |
StartMultipart |
Modifier and Type | Method and Description |
---|---|
static MultipartRequestFacade.PartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultipartRequestFacade.PartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultipartRequestFacade.PartType StartMultipart
public static final MultipartRequestFacade.PartType FinishMultipart
public static final MultipartRequestFacade.PartType SimpleRequest
public static final MultipartRequestFacade.PartType PlainText
public static final MultipartRequestFacade.PartType FormData
public static MultipartRequestFacade.PartType[] values()
for (MultipartRequestFacade.PartType c : MultipartRequestFacade.PartType.values()) System.out.println(c);
public static MultipartRequestFacade.PartType 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 null