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