public enum BranchInactiveCleanUpType extends Enum<BranchInactiveCleanUpType>
| Enum Constant and Description |
|---|
DISABLED |
PERIODICALLY |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static BranchInactiveCleanUpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchInactiveCleanUpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BranchInactiveCleanUpType DISABLED
public static final BranchInactiveCleanUpType PERIODICALLY
public static BranchInactiveCleanUpType[] values()
for (BranchInactiveCleanUpType c : BranchInactiveCleanUpType.values()) System.out.println(c);
public static BranchInactiveCleanUpType 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 nullpublic String getKey()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.