public static class ControllableResource.CheckoutFlag extends Object
Modifier and Type | Field and Description |
---|---|
static ControllableResource.CheckoutFlag |
FORK_OK
Indicates whether to fork even if forking is discouraged.
|
static ControllableResource.CheckoutFlag |
RESERVED
Indicates whether to fail the checkout if there already is a reserved checkout
from the currently selected version in the checkout activity.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics.
|
public static final ControllableResource.CheckoutFlag FORK_OK
public static final ControllableResource.CheckoutFlag RESERVED
public String toString()
toString
in class Object
Copyright © IBM 2017. All rights reserved.