| 枚举常量和说明 |
|---|
DEFAULT |
INSERT |
INSERT_UPDATE |
UPDATE |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDesc() |
static FieldFill |
getIgnore(int key) |
int |
getKey() |
static FieldFill |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldFill[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldFill DEFAULT
public static final FieldFill INSERT
public static final FieldFill UPDATE
public static final FieldFill INSERT_UPDATE
public static FieldFill[] values()
for (FieldFill c : FieldFill.values()) System.out.println(c);
public static FieldFill valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static FieldFill getIgnore(int key)
public int getKey()
public java.lang.String getDesc()