public static enum EntityEditPanel.ControlCode extends Enum<EntityEditPanel.ControlCode>
Enum Constant and Description |
---|
CLEAR |
DELETE |
INSERT |
REFRESH |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static EntityEditPanel.ControlCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityEditPanel.ControlCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityEditPanel.ControlCode INSERT
public static final EntityEditPanel.ControlCode UPDATE
public static final EntityEditPanel.ControlCode DELETE
public static final EntityEditPanel.ControlCode REFRESH
public static final EntityEditPanel.ControlCode CLEAR
public static EntityEditPanel.ControlCode[] values()
for (EntityEditPanel.ControlCode c : EntityEditPanel.ControlCode.values()) System.out.println(c);
public static EntityEditPanel.ControlCode 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 null