protected static enum DemandProfile.Keys extends java.lang.Enum<DemandProfile.Keys>
Modifier and Type | Method and Description |
---|---|
static DemandProfile.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DemandProfile.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DemandProfile.Keys NAME
public static final DemandProfile.Keys STATS
public static final DemandProfile.Keys RATE
public static final DemandProfile.Keys NREQS
public static final DemandProfile.Keys NTOTREQS
public static DemandProfile.Keys[] values()
for (DemandProfile.Keys c : DemandProfile.Keys.values()) System.out.println(c);
public static DemandProfile.Keys 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