public static enum NIVision.SettingType extends Enum<NIVision.SettingType>
| Enum Constant and Description |
|---|
OCCLUSION_RANGE |
ROTATION_ANGLE_RANGE |
SCALE_RANGE |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.SettingType |
fromValue(int val) |
int |
getValue() |
static NIVision.SettingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.SettingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.SettingType ROTATION_ANGLE_RANGE
public static final NIVision.SettingType SCALE_RANGE
public static final NIVision.SettingType OCCLUSION_RANGE
public static NIVision.SettingType[] values()
for (NIVision.SettingType c : NIVision.SettingType.values()) System.out.println(c);
public static NIVision.SettingType 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 static NIVision.SettingType fromValue(int val)
public int getValue()
Copyright © 2015. All rights reserved.