public static enum WikittyImportExportService.FORMAT extends Enum<WikittyImportExportService.FORMAT>
| Modifier and Type | Field and Description |
|---|---|
protected ImportExportMethod |
ieporter
ieport == Importer/Exporter
|
| Modifier and Type | Method and Description |
|---|---|
ImportExportMethod |
ieporter() |
static WikittyImportExportService.FORMAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikittyImportExportService.FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WikittyImportExportService.FORMAT XML
public static final WikittyImportExportService.FORMAT CSV
protected ImportExportMethod ieporter
public static WikittyImportExportService.FORMAT[] values()
for (WikittyImportExportService.FORMAT c : WikittyImportExportService.FORMAT.values()) System.out.println(c);
public static WikittyImportExportService.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 nullpublic ImportExportMethod ieporter()
Copyright © 2009-2013 CodeLutin. All Rights Reserved.