public enum EnumROIPhysicalProperty extends java.lang.Enum<EnumROIPhysicalProperty>
| Enum Constant and Description |
|---|
EFFECTIVE_ATOMIC_NUMBER
The EFFECTIVE_ATOMIC_NUMBER.
|
EFFECTIVE_RATIO_OF_ATOMIC_NUMBER_TO_MASS
The EFFECTIVE_RATIO_OF_ATOMIC_NUMBER_TO_MASS.
|
ELECTRON_DENSITY_RELATIVE_TO_WATER
The ELECTRON_DENSITY_RELATIVE_TO_WATER.
|
ELEMENTAL_COMPOSITION_OF_THE_MATERIAL
the elemental composition of the material.
|
MASS_DENSITY_RELATIVE_TO_WATER
The MASS_DENSITY_RELATIVE_TO_WATER.
|
MEAN_EXCITATION_ENERGY_OF_THE_MATERIAL
the mean Excitation Energy of the material (eV).
|
RATIO_OF_LINEAR_STOPPING_POWER_OF_MATERIAL_RELATIVE_TO_LINEAR_STOPPING_POWER_OF_WATER
the ratio of linear stopping power of material relative to linear stopping power of water.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
static EnumROIPhysicalProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumROIPhysicalProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumROIPhysicalProperty MASS_DENSITY_RELATIVE_TO_WATER
public static final EnumROIPhysicalProperty ELECTRON_DENSITY_RELATIVE_TO_WATER
public static final EnumROIPhysicalProperty EFFECTIVE_ATOMIC_NUMBER
public static final EnumROIPhysicalProperty EFFECTIVE_RATIO_OF_ATOMIC_NUMBER_TO_MASS
public static final EnumROIPhysicalProperty RATIO_OF_LINEAR_STOPPING_POWER_OF_MATERIAL_RELATIVE_TO_LINEAR_STOPPING_POWER_OF_WATER
public static final EnumROIPhysicalProperty ELEMENTAL_COMPOSITION_OF_THE_MATERIAL
public static final EnumROIPhysicalProperty MEAN_EXCITATION_ENERGY_OF_THE_MATERIAL
public static EnumROIPhysicalProperty[] values()
for (EnumROIPhysicalProperty c : EnumROIPhysicalProperty.values()) System.out.println(c);
public static EnumROIPhysicalProperty 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()