public static enum TAxis.test extends Enum<TAxis.test>
| Enum Constant and Description |
|---|
kAlphanumeric |
kCanExtend |
kNotAlpha |
| Modifier and Type | Method and Description |
|---|---|
static TAxis.test |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAxis.test[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAxis.test kAlphanumeric
public static final TAxis.test kCanExtend
public static final TAxis.test kNotAlpha
public static TAxis.test[] values()
for (TAxis.test c : TAxis.test.values()) System.out.println(c);
public static TAxis.test 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 nullJas4pp 1.5 © Java Analysis Studio for Particle Physics