public static enum UserInfoDto.AccountTypeEnum extends Enum<UserInfoDto.AccountTypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
UserInfoDto.AccountTypeEnum.Adapter |
Enum Constant and Description |
---|
CHILD_ADMIN |
CHILD_SOLO |
CHILD_TEAM |
SOLO |
Modifier and Type | Method and Description |
---|---|
static UserInfoDto.AccountTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static UserInfoDto.AccountTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserInfoDto.AccountTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserInfoDto.AccountTypeEnum SOLO
public static final UserInfoDto.AccountTypeEnum CHILD_SOLO
public static final UserInfoDto.AccountTypeEnum CHILD_TEAM
public static final UserInfoDto.AccountTypeEnum CHILD_ADMIN
public static UserInfoDto.AccountTypeEnum[] values()
for (UserInfoDto.AccountTypeEnum c : UserInfoDto.AccountTypeEnum.values()) System.out.println(c);
public static UserInfoDto.AccountTypeEnum 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 String getValue()
public String toString()
toString
in class Enum<UserInfoDto.AccountTypeEnum>
public static UserInfoDto.AccountTypeEnum fromValue(String value)
Copyright © 2023. All rights reserved.