public static enum BlossomVOptions.InitializationType extends java.lang.Enum<BlossomVOptions.InitializationType>
| Enum Constant and Description |
|---|
FRACTIONAL |
GREEDY |
NONE |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
toString()
Returns the name of the initialization type
|
static BlossomVOptions.InitializationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlossomVOptions.InitializationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlossomVOptions.InitializationType GREEDY
public static final BlossomVOptions.InitializationType NONE
public static final BlossomVOptions.InitializationType FRACTIONAL
public static BlossomVOptions.InitializationType[] values()
for (BlossomVOptions.InitializationType c : BlossomVOptions.InitializationType.values()) System.out.println(c);
public static BlossomVOptions.InitializationType 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 nullpublic abstract java.lang.String toString()
toString in class java.lang.Enum<BlossomVOptions.InitializationType>Copyright © 2019. All Rights Reserved.