public static enum TableChange.ColumnChangeID extends Enum<TableChange.ColumnChangeID>
| Enum Constant and Description |
|---|
ADD |
DELETE |
PROPERTY_CHANGE |
REPLACE |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static TableChange.ColumnChangeID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableChange.ColumnChangeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableChange.ColumnChangeID ADD
public static final TableChange.ColumnChangeID UPDATE
public static final TableChange.ColumnChangeID DELETE
public static final TableChange.ColumnChangeID PROPERTY_CHANGE
public static final TableChange.ColumnChangeID REPLACE
public static TableChange.ColumnChangeID[] values()
for (TableChange.ColumnChangeID c : TableChange.ColumnChangeID.values()) System.out.println(c);
public static TableChange.ColumnChangeID 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 nullpublic String getName()
Copyright © 2024 The Apache Software Foundation. All rights reserved.