public enum ResourceUnavailableReason extends java.lang.Enum<ResourceUnavailableReason>
| Enum Constant and Description |
|---|
longTermResourceLimitation |
shortTermResourceLimitation |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static ResourceUnavailableReason |
getInstance(int code) |
static ResourceUnavailableReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceUnavailableReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceUnavailableReason shortTermResourceLimitation
public static final ResourceUnavailableReason longTermResourceLimitation
public static ResourceUnavailableReason[] values()
for (ResourceUnavailableReason c : ResourceUnavailableReason.values()) System.out.println(c);
public static ResourceUnavailableReason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ResourceUnavailableReason getInstance(int code)
public int getCode()
Copyright © 2011. All Rights Reserved.