com.ibm.rational.wvcm.stp.cc
Enum CcFile.UncheckoutFlag
Object
Enum<CcFile.UncheckoutFlag>
CcFile.UncheckoutFlag
- All Implemented Interfaces:
- com.ibm.rational.wvcm.stpex.StpExEnumeration, Serializable, Comparable<CcFile.UncheckoutFlag>
- Enclosing interface:
- CcFile
public static enum CcFile.UncheckoutFlag
- extends Enum<CcFile.UncheckoutFlag>
- implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Flags for the doUncheckout method
Enum Constant Summary |
KEEP
Preserve changes in checked out version in a ".keep" file. |
Methods inherited from class Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
KEEP
public static final CcFile.UncheckoutFlag KEEP
- Preserve changes in checked out version in a ".keep" file.
toString
public String toString()
- Overrides:
toString
in class Enum<CcFile.UncheckoutFlag>
valueOf
public static CcFile.UncheckoutFlag valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
values
public static final CcFile.UncheckoutFlag[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(CcFile.UncheckoutFlag c : CcFile.UncheckoutFlag.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
Copyright © IBM 2015. All rights reserved.