public static enum LocalExtremum.Type extends Enum<LocalExtremum.Type>
| Enum Constant and Description | 
|---|
MAXIMUM
Type for Maximum 
 | 
MINIMUM
Type for Minimum 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LocalExtremum.Type | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LocalExtremum.Type[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final LocalExtremum.Type MINIMUM
public static final LocalExtremum.Type MAXIMUM
public static LocalExtremum.Type[] values()
for (LocalExtremum.Type c : LocalExtremum.Type.values()) System.out.println(c);
public static LocalExtremum.Type 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 © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.