public static enum ClearTool.DiffBlOptions extends Enum<ClearTool.DiffBlOptions>
Enum Constant and Description |
---|
ACTIVITIES |
BASELINES |
FIRST_ONLY |
NRECURSE |
VERSIONS |
Modifier and Type | Method and Description |
---|---|
static ClearTool.DiffBlOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearTool.DiffBlOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClearTool.DiffBlOptions ACTIVITIES
public static final ClearTool.DiffBlOptions BASELINES
public static final ClearTool.DiffBlOptions FIRST_ONLY
public static final ClearTool.DiffBlOptions NRECURSE
public static final ClearTool.DiffBlOptions VERSIONS
public static ClearTool.DiffBlOptions[] values()
for (ClearTool.DiffBlOptions c : ClearTool.DiffBlOptions.values()) System.out.println(c);
public static ClearTool.DiffBlOptions 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 nullCopyright © 2004-2021. All Rights Reserved.