public static enum TcInstallation.LaunchType extends Enum<TcInstallation.LaunchType>
Enum Constant and Description |
---|
lcCBT |
lcItem |
lcKdt |
lcProject |
lcRoutine |
lcSuite |
lcTags |
Modifier and Type | Method and Description |
---|---|
static TcInstallation.LaunchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcInstallation.LaunchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcInstallation.LaunchType lcSuite
public static final TcInstallation.LaunchType lcProject
public static final TcInstallation.LaunchType lcTags
public static final TcInstallation.LaunchType lcRoutine
public static final TcInstallation.LaunchType lcKdt
public static final TcInstallation.LaunchType lcItem
public static final TcInstallation.LaunchType lcCBT
public static TcInstallation.LaunchType[] values()
for (TcInstallation.LaunchType c : TcInstallation.LaunchType.values()) System.out.println(c);
public static TcInstallation.LaunchType 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 © 2016–2020. All rights reserved.