public enum AccountArchiveServiceOperationType extends java.lang.Enum<AccountArchiveServiceOperationType>
| Enum Constant and Description |
|---|
ACCOUNT_CREATE |
ACCOUNT_DELETE |
ACCOUNT_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static AccountArchiveServiceOperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountArchiveServiceOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountArchiveServiceOperationType ACCOUNT_CREATE
public static final AccountArchiveServiceOperationType ACCOUNT_UPDATE
public static final AccountArchiveServiceOperationType ACCOUNT_DELETE
public static AccountArchiveServiceOperationType[] values()
for (AccountArchiveServiceOperationType c : AccountArchiveServiceOperationType.values()) System.out.println(c);
public static AccountArchiveServiceOperationType 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 nullCopyright © 2012-2023 anotheria.net. All Rights Reserved.