com.belerweb.social.captcha.bean
Enum YundamaType

java.lang.Object
  extended by java.lang.Enum<YundamaType>
      extended by com.belerweb.social.captcha.bean.YundamaType
All Implemented Interfaces:
Serializable, Comparable<YundamaType>

public enum YundamaType
extends Enum<YundamaType>


Enum Constant Summary
ALPHABETIC4
          4位纯英文 10题分
ALPHABETIC5
          5位纯英文 12题分
ALPHABETIC6
          6位纯英文 15题分
ALPHANUMERIC
          不定长英文数字 2.5题分一个字符(按文本长度收费)
ALPHANUMERIC1
          1位英文数字 7题分
ALPHANUMERIC10
          10位英文数字 25题分
ALPHANUMERIC11
          11位英文数字 27题分
ALPHANUMERIC12
          12位英文数字 30题分
ALPHANUMERIC13
          13位英文数字 32题分
ALPHANUMERIC14
          14位英文数字 35题分
ALPHANUMERIC15
          15位英文数字 37题分
ALPHANUMERIC16
          16位英文数字 40题分
ALPHANUMERIC17
          17位英文数字 42题分
ALPHANUMERIC18
          18位英文数字 45题分
ALPHANUMERIC19
          19位英文数字 47题分
ALPHANUMERIC2
          2位英文数字 8题分
ALPHANUMERIC20
          20位英文数字 50题分
ALPHANUMERIC3
          3位英文数字 9题分
ALPHANUMERIC4
          4位英文数字 10题分
ALPHANUMERIC5
          5位英文数字 12题分
ALPHANUMERIC6
          6位英文数字 15题分
ALPHANUMERIC7
          7位英文数字 17题分
ALPHANUMERIC8
          8位英文数字 20题分
ALPHANUMERIC9
          9位英文数字 22题分
CHINESE2
          2位纯汉字 20题分
CHINESE4
          4位纯汉字 40题分
NUMERIC4
          4位纯数字 10题分
NUMERIC5
          5位纯数字 12题分
 
Method Summary
 Integer getType()
           
static YundamaType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YundamaType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALPHANUMERIC

public static final YundamaType ALPHANUMERIC
不定长英文数字 2.5题分一个字符(按文本长度收费)


ALPHANUMERIC1

public static final YundamaType ALPHANUMERIC1
1位英文数字 7题分


ALPHANUMERIC2

public static final YundamaType ALPHANUMERIC2
2位英文数字 8题分


ALPHANUMERIC3

public static final YundamaType ALPHANUMERIC3
3位英文数字 9题分


ALPHANUMERIC4

public static final YundamaType ALPHANUMERIC4
4位英文数字 10题分


ALPHANUMERIC5

public static final YundamaType ALPHANUMERIC5
5位英文数字 12题分


ALPHANUMERIC6

public static final YundamaType ALPHANUMERIC6
6位英文数字 15题分


ALPHANUMERIC7

public static final YundamaType ALPHANUMERIC7
7位英文数字 17题分


ALPHANUMERIC8

public static final YundamaType ALPHANUMERIC8
8位英文数字 20题分


ALPHANUMERIC9

public static final YundamaType ALPHANUMERIC9
9位英文数字 22题分


ALPHANUMERIC10

public static final YundamaType ALPHANUMERIC10
10位英文数字 25题分


ALPHANUMERIC11

public static final YundamaType ALPHANUMERIC11
11位英文数字 27题分


ALPHANUMERIC12

public static final YundamaType ALPHANUMERIC12
12位英文数字 30题分


ALPHANUMERIC13

public static final YundamaType ALPHANUMERIC13
13位英文数字 32题分


ALPHANUMERIC14

public static final YundamaType ALPHANUMERIC14
14位英文数字 35题分


ALPHANUMERIC15

public static final YundamaType ALPHANUMERIC15
15位英文数字 37题分


ALPHANUMERIC16

public static final YundamaType ALPHANUMERIC16
16位英文数字 40题分


ALPHANUMERIC17

public static final YundamaType ALPHANUMERIC17
17位英文数字 42题分


ALPHANUMERIC18

public static final YundamaType ALPHANUMERIC18
18位英文数字 45题分


ALPHANUMERIC19

public static final YundamaType ALPHANUMERIC19
19位英文数字 47题分


ALPHANUMERIC20

public static final YundamaType ALPHANUMERIC20
20位英文数字 50题分


CHINESE2

public static final YundamaType CHINESE2
2位纯汉字 20题分


CHINESE4

public static final YundamaType CHINESE4
4位纯汉字 40题分


ALPHABETIC4

public static final YundamaType ALPHABETIC4
4位纯英文 10题分


ALPHABETIC5

public static final YundamaType ALPHABETIC5
5位纯英文 12题分


ALPHABETIC6

public static final YundamaType ALPHABETIC6
6位纯英文 15题分


NUMERIC4

public static final YundamaType NUMERIC4
4位纯数字 10题分


NUMERIC5

public static final YundamaType NUMERIC5
5位纯数字 12题分

Method Detail

values

public static YundamaType[] 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 (YundamaType c : YundamaType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static YundamaType 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

getType

public Integer getType()


Copyright © 2014. All Rights Reserved.