
public enum GenerationType extends Enum<GenerationType>
generation-type xsd type| Modifier and Type | Method and Description |
|---|---|
static GenerationType |
getFromStringValue(String value) |
String |
toString() |
static GenerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenerationType _TABLE
public static final GenerationType _SEQUENCE
public static final GenerationType _IDENTITY
public static final GenerationType _AUTO
public static GenerationType[] values()
for (GenerationType c : GenerationType.values()) System.out.println(c);
public static GenerationType 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 toString()
toString in class Enum<GenerationType>public static GenerationType getFromStringValue(String value)
Copyright © 2025 JBoss by Red Hat. All rights reserved.