public static enum NIVision.RegistrationMethod extends java.lang.Enum<NIVision.RegistrationMethod>
| Enum Constant and Description |
|---|
REGISTRATION_NONE |
REGISTRATION_PERSPECTIVE |
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.RegistrationMethod |
fromValue(int val) |
int |
getValue() |
static NIVision.RegistrationMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.RegistrationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.RegistrationMethod REGISTRATION_NONE
public static final NIVision.RegistrationMethod REGISTRATION_PERSPECTIVE
public static NIVision.RegistrationMethod[] values()
for (NIVision.RegistrationMethod c : NIVision.RegistrationMethod.values()) System.out.println(c);
public static NIVision.RegistrationMethod 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 nullpublic static NIVision.RegistrationMethod fromValue(int val)
public int getValue()