public enum ImportOperation extends java.lang.Enum<ImportOperation> implements PermissionOperation
| Enum Constant and Description |
|---|
IMPORT_ADS |
IMPORT_GENERAL_REFERENCES |
IMPORT_PAYMENTS |
IMPORT_RECORDS |
IMPORT_TOKENS |
IMPORT_TRANSFERS |
IMPORT_USERS |
| Modifier and Type | Method and Description |
|---|---|
MessageKey |
baseKey() |
static ImportOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportOperation IMPORT_USERS
public static final ImportOperation IMPORT_ADS
public static final ImportOperation IMPORT_RECORDS
public static final ImportOperation IMPORT_GENERAL_REFERENCES
public static final ImportOperation IMPORT_TRANSFERS
public static final ImportOperation IMPORT_PAYMENTS
public static final ImportOperation IMPORT_TOKENS
public static ImportOperation[] values()
for (ImportOperation c : ImportOperation.values()) System.out.println(c);
public static ImportOperation 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 nullpublic MessageKey baseKey()
baseKey in interface PermissionOperation