org.nuiton.wikitty
Enum WikittyImportExportService.FORMAT
java.lang.Object
java.lang.Enum<WikittyImportExportService.FORMAT>
org.nuiton.wikitty.WikittyImportExportService.FORMAT
- All Implemented Interfaces:
- Serializable, Comparable<WikittyImportExportService.FORMAT>
- Enclosing class:
- WikittyImportExportService
public static enum WikittyImportExportService.FORMAT
- extends Enum<WikittyImportExportService.FORMAT>
XML
public static final WikittyImportExportService.FORMAT XML
CSV
public static final WikittyImportExportService.FORMAT CSV
ieporter
protected ImportExportMethod ieporter
- ieport == Importer/Exporter
values
public static WikittyImportExportService.FORMAT[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (WikittyImportExportService.FORMAT c : WikittyImportExportService.FORMAT.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static WikittyImportExportService.FORMAT valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
ieporter
public ImportExportMethod ieporter()
Copyright © 2009-2010 CodeLutin. All Rights Reserved.