public static enum ServerInstallUtil.ExistingSchemaOption extends Enum<ServerInstallUtil.ExistingSchemaOption>
| Modifier and Type | Method and Description |
|---|---|
static ServerInstallUtil.ExistingSchemaOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerInstallUtil.ExistingSchemaOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerInstallUtil.ExistingSchemaOption OVERWRITE
public static final ServerInstallUtil.ExistingSchemaOption KEEP
public static final ServerInstallUtil.ExistingSchemaOption SKIP
public static ServerInstallUtil.ExistingSchemaOption[] values()
for (ServerInstallUtil.ExistingSchemaOption c : ServerInstallUtil.ExistingSchemaOption.values()) System.out.println(c);
public static ServerInstallUtil.ExistingSchemaOption 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 © 2008-2014 Red Hat, Inc.. All Rights Reserved.