public enum Installers extends Enum<Installers>
Enum Constant and Description |
---|
iOS_APP_INSTALLER
iOSAppInstaller CT link name.
|
MATT_INSTALLER
MATT installer CT link name.
|
SCOMMAND_INSTALLER
SCommand CT link name.
|
Modifier and Type | Method and Description |
---|---|
String |
getCTInstallerType() |
String |
getInstallerDownloadPath() |
String |
getInstallerType() |
static Installers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Installers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Installers iOS_APP_INSTALLER
public static final Installers MATT_INSTALLER
public static final Installers SCOMMAND_INSTALLER
public static Installers[] values()
for (Installers c : Installers.values()) System.out.println(c);
public static Installers 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 String getInstallerType()
public String getCTInstallerType()
public String getInstallerDownloadPath()
Copyright © 2004-2016. All Rights Reserved.