public static enum SpectralDifference.DifferenceType extends java.lang.Enum<SpectralDifference.DifferenceType>
| Enum Constant and Description |
|---|
MEANDIFFERENCE |
POSITIVEMEANDIFFERENCE |
POSITIVERMS |
RMS |
| Modifier and Type | Method and Description |
|---|---|
static SpectralDifference.DifferenceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpectralDifference.DifferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpectralDifference.DifferenceType POSITIVERMS
public static final SpectralDifference.DifferenceType RMS
public static final SpectralDifference.DifferenceType POSITIVEMEANDIFFERENCE
public static final SpectralDifference.DifferenceType MEANDIFFERENCE
public static SpectralDifference.DifferenceType[] values()
for (SpectralDifference.DifferenceType c : SpectralDifference.DifferenceType.values()) System.out.println(c);
public static SpectralDifference.DifferenceType 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 null