protected static enum AccountOperateCaseTemplet.OperateType extends Enum<AccountOperateCaseTemplet.OperateType>
Enum Constant and Description |
---|
ALTER
修改密码操作
|
FORGET
忘记密码操作
|
LOGIN
登录操作
|
Modifier and Type | Method and Description |
---|---|
String |
getExpectContent()
该方法用于预期内容
|
String |
getOperateName()
该方法用于操作名称
|
String |
getOperateTypeName()
该方法用于操作类型名称
|
static AccountOperateCaseTemplet.OperateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountOperateCaseTemplet.OperateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountOperateCaseTemplet.OperateType LOGIN
public static final AccountOperateCaseTemplet.OperateType FORGET
public static final AccountOperateCaseTemplet.OperateType ALTER
public static AccountOperateCaseTemplet.OperateType[] values()
for (AccountOperateCaseTemplet.OperateType c : AccountOperateCaseTemplet.OperateType.values()) System.out.println(c);
public static AccountOperateCaseTemplet.OperateType 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 getOperateTypeName()
public String getOperateName()
public String getExpectContent()
Copyright © 2024. All rights reserved.