protected static enum CmsDbImportApp.Mode extends java.lang.Enum<CmsDbImportApp.Mode>
| Enum Constant and Description |
|---|
HTTP
Import per HTTP.
|
SERVER
Import from Server.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsDbImportApp.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsDbImportApp.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsDbImportApp.Mode HTTP
public static final CmsDbImportApp.Mode SERVER
public static CmsDbImportApp.Mode[] values()
for (CmsDbImportApp.Mode c : CmsDbImportApp.Mode.values()) System.out.println(c);
public static CmsDbImportApp.Mode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null