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