public static enum ResultField.Format extends Enum<ResultField.Format>
Modifier and Type | Method and Description |
---|---|
static ResultField.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultField.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultField.Format Text
public static final ResultField.Format Binary
public static ResultField.Format[] values()
for (ResultField.Format c : ResultField.Format.values()) System.out.println(c);
public static ResultField.Format 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 nullCopyright © 2013–2017 impossibl.com. All rights reserved.