public enum EnumSpectrallySelectedSuppression extends java.lang.Enum<EnumSpectrallySelectedSuppression>
| Enum Constant and Description |
|---|
FAT
The FAT.
|
FAT_AND_WATER
The FA t_ an d_ water.
|
NONE
The NONE.
|
SILICON_GEL
The SILICO n_ gel.
|
WATER
The WATER.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumSpectrallySelectedSuppression |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSpectrallySelectedSuppression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSpectrallySelectedSuppression FAT
public static final EnumSpectrallySelectedSuppression WATER
public static final EnumSpectrallySelectedSuppression FAT_AND_WATER
public static final EnumSpectrallySelectedSuppression SILICON_GEL
public static final EnumSpectrallySelectedSuppression NONE
public static EnumSpectrallySelectedSuppression[] values()
for (EnumSpectrallySelectedSuppression c : EnumSpectrallySelectedSuppression.values()) System.out.println(c);
public static EnumSpectrallySelectedSuppression 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()