public static enum DataImportEvent.ImportType extends Enum<DataImportEvent.ImportType>
| Modifier and Type | Method and Description |
|---|---|
static DataImportEvent.ImportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataImportEvent.ImportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataImportEvent.ImportType CLOUD
public static final DataImportEvent.ImportType SERVER
public static final DataImportEvent.ImportType UNKNOWN
public static DataImportEvent.ImportType[] values()
for (DataImportEvent.ImportType c : DataImportEvent.ImportType.values()) System.out.println(c);
public static DataImportEvent.ImportType 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 © 2002-2022 Atlassian. All Rights Reserved.