public enum VdsInstallStages extends Enum<VdsInstallStages>
Enum Constant and Description |
---|
CheckUniqueVds |
ConnectToServer |
DownloadCertificateRequest |
End |
Error |
FinishCommand |
None |
RunScript |
SignCertificateRequest |
Start |
UploadCA |
UploadScript |
UploadSignedCertificate |
Modifier and Type | Method and Description |
---|---|
static VdsInstallStages |
forValue(int value) |
int |
getValue() |
static VdsInstallStages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdsInstallStages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VdsInstallStages None
public static final VdsInstallStages Start
public static final VdsInstallStages ConnectToServer
public static final VdsInstallStages CheckUniqueVds
public static final VdsInstallStages UploadScript
public static final VdsInstallStages RunScript
public static final VdsInstallStages DownloadCertificateRequest
public static final VdsInstallStages SignCertificateRequest
public static final VdsInstallStages UploadSignedCertificate
public static final VdsInstallStages UploadCA
public static final VdsInstallStages FinishCommand
public static final VdsInstallStages End
public static final VdsInstallStages Error
public static VdsInstallStages[] values()
for (VdsInstallStages c : VdsInstallStages.values()) System.out.println(c);
public static VdsInstallStages 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 int getValue()
public static VdsInstallStages forValue(int value)
Copyright © 2012. All Rights Reserved.