public enum ColProperty extends Enum<ColProperty>
| 枚举常量和说明 |
|---|
alias |
className |
clone |
convert |
defaultValue |
format |
gtype |
isnull |
length |
max |
min |
name |
other |
policy |
rule |
strict |
type |
valueName |
xpath |
| 限定符和类型 | 方法和说明 |
|---|---|
static ColProperty |
getByName(String name) |
String |
getDefaultSelStringValue() |
Object |
getDefaultSelValue() |
String |
getDesc() |
static ColProperty |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ColProperty[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ColProperty name
public static final ColProperty isnull
public static final ColProperty alias
public static final ColProperty gtype
public static final ColProperty type
public static final ColProperty defaultValue
public static final ColProperty length
public static final ColProperty max
public static final ColProperty min
public static final ColProperty format
public static final ColProperty xpath
public static final ColProperty className
public static final ColProperty valueName
public static final ColProperty strict
public static final ColProperty convert
public static final ColProperty clone
public static final ColProperty rule
public static final ColProperty policy
public static final ColProperty other
public static ColProperty[] values()
for (ColProperty c : ColProperty.values()) System.out.println(c);
public static ColProperty valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getDesc()
public Object getDefaultSelValue()
public String getDefaultSelStringValue()
public static ColProperty getByName(String name)
Copyright © 2021. All rights reserved.