|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectjavax.wvcm.ControllableResource.CheckinFlag
public static class ControllableResource.CheckinFlag
Boolean flags for the doCheckin method
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ControllableResource.CheckinFlag CHECKIN_IDENTICAL
public static final ControllableResource.CheckinFlag FORK_OK
public static final ControllableResource.CheckinFlag KEEP_CHECKED_OUT
Method Detail |
---|
public String toString()
toString
in class Object
|
Generated Wed 21-Oct-2015 10:58 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |