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