public static enum DifferenceOfGaussian.SpecialPoint extends Enum<DifferenceOfGaussian.SpecialPoint>
Modifier and Type | Method and Description |
---|---|
static DifferenceOfGaussian.SpecialPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceOfGaussian.SpecialPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DifferenceOfGaussian.SpecialPoint INVALID
public static final DifferenceOfGaussian.SpecialPoint MIN
public static final DifferenceOfGaussian.SpecialPoint MAX
public static DifferenceOfGaussian.SpecialPoint[] values()
for (DifferenceOfGaussian.SpecialPoint c : DifferenceOfGaussian.SpecialPoint.values()) System.out.println(c);
public static DifferenceOfGaussian.SpecialPoint valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2021 Fiji. All rights reserved.