public enum IdMode extends Enum<IdMode>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static IdMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdMode ID
public static final IdMode PLID
public static final IdMode UUID
public static IdMode[] values()
for (IdMode c : IdMode.values()) System.out.println(c);
public static IdMode 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 © 2016–2020 Lundegaard a.s.. All rights reserved.