public static enum CcFile.CcCheckinFlag extends Enum<CcFile.CcCheckinFlag> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
doCcCheckin
method.Enum Constant and Description |
---|
CHECKIN_IDENTICAL
Check in the element even if the checked out version
is identical to the predecessor version.
|
KEEP
Preserve changes in checked out version in a ".keep" file.
|
REMOVE
Removes the view private copy of the checkout version after
creating the new version.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CcFile.CcCheckinFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcFile.CcCheckinFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcFile.CcCheckinFlag CHECKIN_IDENTICAL
public static final CcFile.CcCheckinFlag KEEP
Note: Currently, only dynamic and snapshot view support is provided.
public static final CcFile.CcCheckinFlag REMOVE
Note: Currently, only dynamic and snapshot view support is provided.
public String toString()
toString
in class Enum<CcFile.CcCheckinFlag>
public static CcFile.CcCheckinFlag 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 static CcFile.CcCheckinFlag[] values()
for (CcFile.CcCheckinFlag c : CcFile.CcCheckinFlag.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.