public static enum IRepository.IDGenerator extends java.lang.Enum<IRepository.IDGenerator>
Modifier and Type | Method and Description |
---|---|
static IRepository.IDGenerator |
fromString(java.lang.String name) |
java.lang.String |
toString() |
static IRepository.IDGenerator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRepository.IDGenerator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRepository.IDGenerator LEGACY
public static final IRepository.IDGenerator LEGACY_2
public static IRepository.IDGenerator[] values()
for (IRepository.IDGenerator c : IRepository.IDGenerator.values()) System.out.println(c);
public static IRepository.IDGenerator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<IRepository.IDGenerator>
public static IRepository.IDGenerator fromString(java.lang.String name)