public static enum Cascadeable.Cascade extends Enum<Cascadeable.Cascade>
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue() |
static Cascadeable.Cascade |
parse(String stringValue) |
static Cascadeable.Cascade |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cascadeable.Cascade[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cascadeable.Cascade DELETE
public static final Cascadeable.Cascade NULLIFY
public String getStringValue()
public static Cascadeable.Cascade parse(String stringValue)
public static Cascadeable.Cascade 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 static Cascadeable.Cascade[] values()
for (Cascadeable.Cascade c : Cascadeable.Cascade.values()) System.out.println(c);
Copyright © 2010-2025 Qcadoo Limited