public enum FitType extends Enum<FitType>
| Enum Constant and Description | 
|---|
FIT_GLOBAL_MULTIEXP  | 
FIT_GLOBAL_STRETCHEDEXP  | 
| Modifier and Type | Method and Description | 
|---|---|
static FitType | 
swigToEnum(int swigValue)  | 
int | 
swigValue()  | 
static FitType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FitType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FitType FIT_GLOBAL_MULTIEXP
public static final FitType FIT_GLOBAL_STRETCHEDEXP
public static FitType[] values()
for (FitType c : FitType.values()) System.out.println(c);
public static FitType 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 nullpublic final int swigValue()
public static FitType swigToEnum(int swigValue)
Copyright © 2015–2022 FLIMLib. All rights reserved.