public static enum MultipartParser.Separator extends Enum<MultipartParser.Separator>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getType() |
String |
toString() |
static MultipartParser.Separator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultipartParser.Separator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultipartParser.Separator HEADER
public static final MultipartParser.Separator FIELD
public static final MultipartParser.Separator BOUNDARY
public static final MultipartParser.Separator STREAM
public static MultipartParser.Separator[] values()
for (MultipartParser.Separator c : MultipartParser.Separator.values()) System.out.println(c);
public static MultipartParser.Separator 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 byte[] getType()
public String toString()
toString in class Enum<MultipartParser.Separator>Copyright © 2021. All rights reserved.