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