|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<Workspace.MergeFlag>
javax.wvcm.Workspace.MergeFlag
public static enum Workspace.MergeFlag
Boolean flags for the doMerge method
Enum Constant Summary | |
---|---|
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. |
|
FORK_OK
Indicates whether to fork on checkout even if forking is discouraged. |
|
NO_AUTO_MERGE
Indicates whether the provider is allowed is allowed to perform automatic merges. |
|
NO_CHECKOUT
Indicates whether the provider is allowed to checkout files for merging. |
|
RESERVED
Indicates whether to do a checkout even if there already is a reserved checkout from the currently selected version in the checkout activity. |
|
UPDATE_STREAM
Indicates whether a stream source should be updated with the current state of the workspace if the merge succeeds. |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics. |
static Workspace.MergeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Workspace.MergeFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Workspace.MergeFlag CHECKIN_IDENTICAL
public static final Workspace.MergeFlag FORK_OK
ControllableResource.CheckoutFlag.FORK_OK
public static final Workspace.MergeFlag NO_AUTO_MERGE
public static final Workspace.MergeFlag NO_CHECKOUT
public static final Workspace.MergeFlag RESERVED
ControllableResource.CheckoutFlag.RESERVED
public static final Workspace.MergeFlag UPDATE_STREAM
Method Detail |
---|
public String toString()
toString
in class Enum<Workspace.MergeFlag>
public static Workspace.MergeFlag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static final Workspace.MergeFlag[] values()
for(Workspace.MergeFlag c : Workspace.MergeFlag.values()) System.out.println(c);
|
Generated Mon 17-Nov-2014 07:03 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |