public enum EnumCM_XRayFilterMaterials extends java.lang.Enum<EnumCM_XRayFilterMaterials>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_XRayFilterMaterials |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_XRayFilterMaterials[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_XRayFilterMaterials MOLYBDENUM_OR_MOLYBDENUM_COMPOUND
public static final EnumCM_XRayFilterMaterials ALUMINUM_OR_ALUMINUM_COMPOUND
public static final EnumCM_XRayFilterMaterials COPPER_OR_COPPER_COMPOUND
public static final EnumCM_XRayFilterMaterials RHODIUM_OR_RHODIUM_COMPOUND
public static final EnumCM_XRayFilterMaterials NIOBIUM_OR_NIOBIUM_COMPOUND
public static final EnumCM_XRayFilterMaterials EUROPIUM_OR_EUROPIUM_COMPOUND
public static final EnumCM_XRayFilterMaterials LEAD_OR_LEAD_COMPOUND
public static final EnumCM_XRayFilterMaterials TANTALUM_OR_TANTALUM_COMPOUND
public static final EnumCM_XRayFilterMaterials SILVER_OR_SILVER_COMPOUND
public static EnumCM_XRayFilterMaterials[] values()
for (EnumCM_XRayFilterMaterials c : EnumCM_XRayFilterMaterials.values()) System.out.println(c);
public static EnumCM_XRayFilterMaterials 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()