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