public static enum JSefaTestUtil.FormatType extends Enum<JSefaTestUtil.FormatType>
| Enum Constant and Description |
|---|
CSV
CSV format.
|
FLR
FLR format.
|
XML
XML format.
|
| Modifier and Type | Method and Description |
|---|---|
static JSefaTestUtil.FormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSefaTestUtil.FormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSefaTestUtil.FormatType XML
public static final JSefaTestUtil.FormatType CSV
public static final JSefaTestUtil.FormatType FLR
public static JSefaTestUtil.FormatType[] values()
for (JSefaTestUtil.FormatType c : JSefaTestUtil.FormatType.values()) System.out.println(c);
public static JSefaTestUtil.FormatType 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 © 2014. All rights reserved.