public static enum CcFile.UncheckoutFlag extends Enum<CcFile.UncheckoutFlag> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
KEEP
Preserve changes in checked out version in a ".keep" file.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CcFile.UncheckoutFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcFile.UncheckoutFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcFile.UncheckoutFlag KEEP
public String toString()
toString
in class Enum<CcFile.UncheckoutFlag>
public static CcFile.UncheckoutFlag 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.UncheckoutFlag[] values()
for (CcFile.UncheckoutFlag c : CcFile.UncheckoutFlag.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.