public enum CacheColProperty extends Enum<CacheColProperty>
| 限定符和类型 | 方法和说明 |
|---|---|
static CacheColProperty |
getByName(String name) |
String |
getDefaultSelStringValue() |
Object |
getDefaultSelValue() |
static CacheColProperty |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CacheColProperty[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CacheColProperty classname
public static final CacheColProperty id
public static final CacheColProperty name
public static final CacheColProperty staticname
public static final CacheColProperty expire
public static final CacheColProperty key
public static final CacheColProperty idcol
public static final CacheColProperty param
public static CacheColProperty[] values()
for (CacheColProperty c : CacheColProperty.values()) System.out.println(c);
public static CacheColProperty valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public Object getDefaultSelValue()
public String getDefaultSelStringValue()
public static CacheColProperty getByName(String name)
Copyright © 2016. All rights reserved.