public static class ControllableResource.CheckinFlag extends Object
Modifier and Type | Field and Description |
---|---|
static ControllableResource.CheckinFlag |
CHECKIN_IDENTICAL
Indicates whether a checkin will be performed if the persistent state
of the new version would be identical to that of the previous
version.
|
static ControllableResource.CheckinFlag |
FORK_OK
Indicates whether to fork even if forking is discouraged.
|
static ControllableResource.CheckinFlag |
KEEP_CHECKED_OUT
Indicates whether to checkout the resource again immediately after checking it in.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics.
|
public static final ControllableResource.CheckinFlag CHECKIN_IDENTICAL
public static final ControllableResource.CheckinFlag FORK_OK
public static final ControllableResource.CheckinFlag KEEP_CHECKED_OUT
public String toString()
toString
in class Object
Copyright © IBM 2016. All rights reserved.