public static enum Spinnaker_C._spinInputDirection extends Enum<Spinnaker_C._spinInputDirection>
| Enum Constant and Description |
|---|
idFrom |
idNone
> Indicates a swiss knife that it is used as worker for a converter computing TO
|
idTo
> Indicates a swiss knife that it is used as worker for a converter computing FROM
|
| Modifier and Type | Field and Description |
|---|---|
int |
value
> SwissKnife is not used within a converter
|
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinInputDirection |
intern() |
String |
toString() |
static Spinnaker_C._spinInputDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinInputDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinInputDirection idFrom
public static final Spinnaker_C._spinInputDirection idTo
public static final Spinnaker_C._spinInputDirection idNone
public static Spinnaker_C._spinInputDirection[] values()
for (Spinnaker_C._spinInputDirection c : Spinnaker_C._spinInputDirection.values()) System.out.println(c);
public static Spinnaker_C._spinInputDirection 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 Spinnaker_C._spinInputDirection intern()
public String toString()
toString in class Enum<Spinnaker_C._spinInputDirection>Copyright © 2020. All rights reserved.