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