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