public static enum SqlLimit.Limit extends Enum<SqlLimit.Limit>
| 枚举常量和说明 |
|---|
SIZE
declare the field show the size value
|
START
declare the field show the start value
|
public static final SqlLimit.Limit START
public static final SqlLimit.Limit SIZE
public static SqlLimit.Limit[] values()
for (SqlLimit.Limit c : SqlLimit.Limit.values()) System.out.println(c);
public static SqlLimit.Limit valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2015. All rights reserved.