hep.geant4.jni
Enum ZMpvMetric_t
java.lang.Object
java.lang.Enum<ZMpvMetric_t>
hep.geant4.jni.ZMpvMetric_t
- All Implemented Interfaces:
- Serializable, Comparable<ZMpvMetric_t>
public enum ZMpvMetric_t
- extends Enum<ZMpvMetric_t>
TimePositive
public static final ZMpvMetric_t TimePositive
TimeNegative
public static final ZMpvMetric_t TimeNegative
values
public static final ZMpvMetric_t[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(ZMpvMetric_t c : ZMpvMetric_t.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ZMpvMetric_t valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
swigValue
public final int swigValue()
swigToEnum
public static ZMpvMetric_t swigToEnum(int swigValue)
Copyright © 2000-2007 FreeHEP. All Rights Reserved.