public static enum UpdateValidator.UpdateType extends Enum<UpdateValidator.UpdateType>
Enum Constant and Description |
---|
INHERENT
The default handling should be used
|
INSTEAD_OF
An instead of trigger (TriggerAction) has been defined
|
Modifier and Type | Method and Description |
---|---|
static UpdateValidator.UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateValidator.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateValidator.UpdateType INHERENT
public static final UpdateValidator.UpdateType INSTEAD_OF
public static UpdateValidator.UpdateType[] values()
for (UpdateValidator.UpdateType c : UpdateValidator.UpdateType.values()) System.out.println(c);
public static UpdateValidator.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 © 2019. All rights reserved.