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