public static enum ClearTool.SetcsOption extends Enum<ClearTool.SetcsOption>
Enum Constant and Description |
---|
CONFIGSPEC |
CURRENT |
STREAM |
Modifier and Type | Method and Description |
---|---|
static ClearTool.SetcsOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearTool.SetcsOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClearTool.SetcsOption CONFIGSPEC
public static final ClearTool.SetcsOption CURRENT
public static final ClearTool.SetcsOption STREAM
public static ClearTool.SetcsOption[] values()
for (ClearTool.SetcsOption c : ClearTool.SetcsOption.values()) System.out.println(c);
public static ClearTool.SetcsOption 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.