public enum ResourceStatus extends Enum<ResourceStatus>
Enum Constant and Description |
---|
ERROR |
NOT_TESTED |
SUCCESS |
WARNING |
Modifier and Type | Method and Description |
---|---|
String |
getIcon() |
static ResourceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceStatus SUCCESS
public static final ResourceStatus WARNING
public static final ResourceStatus ERROR
public static final ResourceStatus NOT_TESTED
public static ResourceStatus[] values()
for (ResourceStatus c : ResourceStatus.values()) System.out.println(c);
public static ResourceStatus 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 getIcon()
Copyright © 2013 evolveum. All rights reserved.