public static enum BundleAntProject.AuditStatus extends Enum<BundleAntProject.AuditStatus>
| Modifier and Type | Method and Description |
|---|---|
static BundleAntProject.AuditStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleAntProject.AuditStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleAntProject.AuditStatus SUCCESS
public static final BundleAntProject.AuditStatus FAILURE
public static final BundleAntProject.AuditStatus WARN
public static final BundleAntProject.AuditStatus INFO
public static BundleAntProject.AuditStatus[] values()
for (BundleAntProject.AuditStatus c : BundleAntProject.AuditStatus.values()) System.out.println(c);
public static BundleAntProject.AuditStatus 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 © 2008-2013 Red Hat, Inc.. All Rights Reserved.