Skip navigation links
com.auxiliary.testcase.templet

Enum AccountOperateCaseTemplet.CodeType

    • Method Detail

      • values

        public static AccountOperateCaseTemplet.CodeType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AccountOperateCaseTemplet.CodeType c : AccountOperateCaseTemplet.CodeType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AccountOperateCaseTemplet.CodeType valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getCodeTypeName

        public String getCodeTypeName()
        该方法用于返回验证码类型名称
        Returns:
        验证码类型名称
        Since:
        autest 4.1.0
      • getCodeOperateName

        public String getCodeOperateName()
        该方法用于验证码操作名称
        Returns:
        验证码操作名称
        Since:
        autest 4.1.0

Copyright © 2024. All rights reserved.