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