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