public static enum JcrExportCommand.Compression extends Enum<JcrExportCommand.Compression>
Modifier and Type | Method and Description |
---|---|
static JcrExportCommand.Compression |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JcrExportCommand.Compression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JcrExportCommand.Compression NONE
public static final JcrExportCommand.Compression ZIP
public static final JcrExportCommand.Compression GZ
public static JcrExportCommand.Compression[] values()
for (JcrExportCommand.Compression c : JcrExportCommand.Compression.values()) System.out.println(c);
public static JcrExportCommand.Compression 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 © 2003–2018 Magnolia International Ltd.. All rights reserved.