public static enum EventPBSResourceUsage.Usage extends java.lang.Enum<EventPBSResourceUsage.Usage>
Modifier and Type | Method and Description |
---|---|
static EventPBSResourceUsage.Usage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventPBSResourceUsage.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventPBSResourceUsage.Usage UNDEFINED
public static final EventPBSResourceUsage.Usage REQUESTED
public static final EventPBSResourceUsage.Usage USED
public static EventPBSResourceUsage.Usage[] values()
for (EventPBSResourceUsage.Usage c : EventPBSResourceUsage.Usage.values()) System.out.println(c);
public static EventPBSResourceUsage.Usage 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 null