hep.geant4.jni
Enum G4PhysicsVectorType

java.lang.Object
  extended by java.lang.Enum<G4PhysicsVectorType>
      extended by hep.geant4.jni.G4PhysicsVectorType
All Implemented Interfaces:
Serializable, Comparable<G4PhysicsVectorType>

public enum G4PhysicsVectorType
extends Enum<G4PhysicsVectorType>


Enum Constant Summary
T_G4LPhysicsFreeVector
           
T_G4PhysicsFreeVector
           
T_G4PhysicsLinearVector
           
T_G4PhysicsLnVector
           
T_G4PhysicsLogVector
           
T_G4PhysicsOrderedFreeVector
           
T_G4PhysicsVector
           
 
Method Summary
static G4PhysicsVectorType swigToEnum(int swigValue)
           
 int swigValue()
           
static G4PhysicsVectorType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static G4PhysicsVectorType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

T_G4PhysicsVector

public static final G4PhysicsVectorType T_G4PhysicsVector

T_G4PhysicsLinearVector

public static final G4PhysicsVectorType T_G4PhysicsLinearVector

T_G4PhysicsLogVector

public static final G4PhysicsVectorType T_G4PhysicsLogVector

T_G4PhysicsLnVector

public static final G4PhysicsVectorType T_G4PhysicsLnVector

T_G4PhysicsFreeVector

public static final G4PhysicsVectorType T_G4PhysicsFreeVector

T_G4PhysicsOrderedFreeVector

public static final G4PhysicsVectorType T_G4PhysicsOrderedFreeVector

T_G4LPhysicsFreeVector

public static final G4PhysicsVectorType T_G4LPhysicsFreeVector
Method Detail

values

public static final G4PhysicsVectorType[] 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(G4PhysicsVectorType c : G4PhysicsVectorType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static G4PhysicsVectorType 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 G4PhysicsVectorType swigToEnum(int swigValue)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.