|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EnergyDependentCoefficients.Material>
edu.stanford.rsl.konrad.physics.EnergyDependentCoefficients.Material
@Deprecated public static 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 |
---|
public static final EnergyDependentCoefficients.Material Water
public static final EnergyDependentCoefficients.Material Aluminum
public static final EnergyDependentCoefficients.Material CorticalBone
public static final EnergyDependentCoefficients.Material SoftBone
public static final EnergyDependentCoefficients.Material SoftTissue
public static final EnergyDependentCoefficients.Material Titanium
public static final EnergyDependentCoefficients.Material Gold
public static final EnergyDependentCoefficients.Material Teflon
public static final EnergyDependentCoefficients.Material Polysterene
public static final EnergyDependentCoefficients.Material Lucite
public static final EnergyDependentCoefficients.Material PDS2BaseMaterial
public static final EnergyDependentCoefficients.Material LegCylinder
public static final EnergyDependentCoefficients.Material CsI
Method Detail |
---|
public static EnergyDependentCoefficients.Material[] values()
for (EnergyDependentCoefficients.Material c : EnergyDependentCoefficients.Material.values()) System.out.println(c);
public static EnergyDependentCoefficients.Material valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |