public static enum ModelUpdate.UpdateType extends Enum<ModelUpdate.UpdateType>
| Enum Constant and Description |
|---|
CELL |
CELLS |
FILTER |
INSERT_DELETE |
MERGE |
REF |
REFS |
| Modifier and Type | Method and Description |
|---|---|
static ModelUpdate.UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelUpdate.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelUpdate.UpdateType REF
public static final ModelUpdate.UpdateType REFS
public static final ModelUpdate.UpdateType CELL
public static final ModelUpdate.UpdateType CELLS
public static final ModelUpdate.UpdateType MERGE
public static final ModelUpdate.UpdateType INSERT_DELETE
public static final ModelUpdate.UpdateType FILTER
public static ModelUpdate.UpdateType[] values()
for (ModelUpdate.UpdateType c : ModelUpdate.UpdateType.values()) System.out.println(c);
public static ModelUpdate.UpdateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.