public static enum OortConfiguration.MacroStrategy extends Enum<OortConfiguration.MacroStrategy>
Modifier and Type | Method and Description |
---|---|
static OortConfiguration.MacroStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OortConfiguration.MacroStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OortConfiguration.MacroStrategy GCI
public static final OortConfiguration.MacroStrategy INPLACE
public static OortConfiguration.MacroStrategy[] values()
for (OortConfiguration.MacroStrategy c : OortConfiguration.MacroStrategy.values()) System.out.println(c);
public static OortConfiguration.MacroStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2016. All rights reserved.