public static enum Interest_Point_Registration.RegistrationType extends Enum<Interest_Point_Registration.RegistrationType>
Enum Constant and Description |
---|
ALL_TO_ALL |
ALL_TO_ALL_WITH_RANGE |
TIMEPOINTS_INDIVIDUALLY |
TO_REFERENCE_TIMEPOINT |
Modifier and Type | Method and Description |
---|---|
static Interest_Point_Registration.RegistrationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interest_Point_Registration.RegistrationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Interest_Point_Registration.RegistrationType TIMEPOINTS_INDIVIDUALLY
public static final Interest_Point_Registration.RegistrationType TO_REFERENCE_TIMEPOINT
public static final Interest_Point_Registration.RegistrationType ALL_TO_ALL
public static final Interest_Point_Registration.RegistrationType ALL_TO_ALL_WITH_RANGE
public static Interest_Point_Registration.RegistrationType[] values()
for (Interest_Point_Registration.RegistrationType c : Interest_Point_Registration.RegistrationType.values()) System.out.println(c);
public static Interest_Point_Registration.RegistrationType 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.