public enum ProjectSetupStatus extends Enum<ProjectSetupStatus>
| Modifier and Type | Method and Description |
|---|---|
abstract String |
statusTypeValue() |
static ProjectSetupStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectSetupStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectSetupStatus FAILURE
public static final ProjectSetupStatus SUCCESS
public static ProjectSetupStatus[] values()
for (ProjectSetupStatus c : ProjectSetupStatus.values()) System.out.println(c);
public static ProjectSetupStatus 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 abstract String statusTypeValue()
Copyright © 2011-2024 White Source. All Rights Reserved.