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