public static enum DomainServerStartupHook.START_ON_DOMAIN extends Enum<DomainServerStartupHook.START_ON_DOMAIN>
| Enum Constant and Description |
|---|
ANY |
| Modifier and Type | Method and Description |
|---|---|
static DomainServerStartupHook.START_ON_DOMAIN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainServerStartupHook.START_ON_DOMAIN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainServerStartupHook.START_ON_DOMAIN ANY
public static DomainServerStartupHook.START_ON_DOMAIN[] values()
for (DomainServerStartupHook.START_ON_DOMAIN c : DomainServerStartupHook.START_ON_DOMAIN.values()) System.out.println(c);
public static DomainServerStartupHook.START_ON_DOMAIN 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 © 2012–2026 cismet GmbH. All rights reserved.