public static enum GenerateRefEntriesMojo.Mode extends Enum<GenerateRefEntriesMojo.Mode>
| Enum Constant and Description |
|---|
SERVER
Use OpenDJ Ldap server.
|
TOOLKIT
Use the OpenDJ Ldap toolkit.
|
| Modifier and Type | Method and Description |
|---|---|
static GenerateRefEntriesMojo.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerateRefEntriesMojo.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenerateRefEntriesMojo.Mode SERVER
public static final GenerateRefEntriesMojo.Mode TOOLKIT
public static GenerateRefEntriesMojo.Mode[] values()
for (GenerateRefEntriesMojo.Mode c : GenerateRefEntriesMojo.Mode.values()) System.out.println(c);
public static GenerateRefEntriesMojo.Mode 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 © 2017-2020 Wren Security. All Rights Reserved.