public static enum BodyFactory.Type extends java.lang.Enum<BodyFactory.Type>
| Enum Constant and Description |
|---|
BASE64 |
BINARY |
HEX |
HTML |
MULTIPART |
SRC |
TEXT |
XHTML |
XML |
| Modifier and Type | Method and Description |
|---|---|
static BodyFactory.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BodyFactory.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodyFactory.Type XML
public static final BodyFactory.Type HTML
public static final BodyFactory.Type XHTML
public static final BodyFactory.Type TEXT
public static final BodyFactory.Type BINARY
public static final BodyFactory.Type BASE64
public static final BodyFactory.Type HEX
public static final BodyFactory.Type MULTIPART
public static final BodyFactory.Type SRC
public static BodyFactory.Type[] values()
for (BodyFactory.Type c : BodyFactory.Type.values()) System.out.println(c);
public static BodyFactory.Type 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 nullCopyright © 2015-2020 EXPath. All Rights Reserved