hep.geant4.jni
Enum G4ProcessType
java.lang.Object
java.lang.Enum<G4ProcessType>
hep.geant4.jni.G4ProcessType
- All Implemented Interfaces:
- Serializable, Comparable<G4ProcessType>
public enum G4ProcessType
- extends Enum<G4ProcessType>
Method Summary |
static G4ProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static G4ProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
fNotDefined
public static final G4ProcessType fNotDefined
fTransportation
public static final G4ProcessType fTransportation
fElectromagnetic
public static final G4ProcessType fElectromagnetic
fOptical
public static final G4ProcessType fOptical
fHadronic
public static final G4ProcessType fHadronic
fPhotolepton_hadron
public static final G4ProcessType fPhotolepton_hadron
fDecay
public static final G4ProcessType fDecay
fGeneral
public static final G4ProcessType fGeneral
fParameterisation
public static final G4ProcessType fParameterisation
fUserDefined
public static final G4ProcessType fUserDefined
values
public static final G4ProcessType[] 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(G4ProcessType c : G4ProcessType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static G4ProcessType 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
Copyright © 2000-2007 FreeHEP. All Rights Reserved.