edu.stanford.rsl.konrad.physics
Enum EnergyDependentCoefficients.Material

java.lang.Object
  extended by java.lang.Enum<EnergyDependentCoefficients.Material>
      extended by edu.stanford.rsl.konrad.physics.EnergyDependentCoefficients.Material
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnergyDependentCoefficients.Material>
Enclosing class:
EnergyDependentCoefficients

Deprecated.

@Deprecated
public static enum EnergyDependentCoefficients.Material
extends java.lang.Enum<EnergyDependentCoefficients.Material>

Supported materials


Enum Constant Summary
Aluminum
          Deprecated.  
CorticalBone
          Deprecated.  
CsI
          Deprecated.  
Gold
          Deprecated.  
LegCylinder
          Deprecated.  
Lucite
          Deprecated.  
PDS2BaseMaterial
          Deprecated.  
Polysterene
          Deprecated.  
SoftBone
          Deprecated.  
SoftTissue
          Deprecated.  
Teflon
          Deprecated.  
Titanium
          Deprecated.  
Water
          Deprecated.  
 
Method Summary
static EnergyDependentCoefficients.Material valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static EnergyDependentCoefficients.Material[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Water

public static final EnergyDependentCoefficients.Material Water
Deprecated. 

Aluminum

public static final EnergyDependentCoefficients.Material Aluminum
Deprecated. 

CorticalBone

public static final EnergyDependentCoefficients.Material CorticalBone
Deprecated. 

SoftBone

public static final EnergyDependentCoefficients.Material SoftBone
Deprecated. 

SoftTissue

public static final EnergyDependentCoefficients.Material SoftTissue
Deprecated. 

Titanium

public static final EnergyDependentCoefficients.Material Titanium
Deprecated. 

Gold

public static final EnergyDependentCoefficients.Material Gold
Deprecated. 

Teflon

public static final EnergyDependentCoefficients.Material Teflon
Deprecated. 

Polysterene

public static final EnergyDependentCoefficients.Material Polysterene
Deprecated. 

Lucite

public static final EnergyDependentCoefficients.Material Lucite
Deprecated. 

PDS2BaseMaterial

public static final EnergyDependentCoefficients.Material PDS2BaseMaterial
Deprecated. 

LegCylinder

public static final EnergyDependentCoefficients.Material LegCylinder
Deprecated. 

CsI

public static final EnergyDependentCoefficients.Material CsI
Deprecated. 
Method Detail

values

public static EnergyDependentCoefficients.Material[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EnergyDependentCoefficients.Material c : EnergyDependentCoefficients.Material.values())
    System.out.println(c);

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

valueOf

public static EnergyDependentCoefficients.Material valueOf(java.lang.String name)
Deprecated. 
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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null