public enum AccountFormat extends Enum<AccountFormat>
| Enum Constant and Description |
|---|
DISPLAYNAME |
ID |
| Modifier and Type | Method and Description |
|---|---|
static void |
setParam(AccountFormat accountFormat,
Map<String,String> params) |
static AccountFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountFormat ID
public static final AccountFormat DISPLAYNAME
public static AccountFormat[] values()
for (AccountFormat c : AccountFormat.values()) System.out.println(c);
public static AccountFormat 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 nullpublic static void setParam(AccountFormat accountFormat, Map<String,String> params)
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.