public static enum Spinnaker_C._spinDisplayNotation extends Enum<Spinnaker_C._spinDisplayNotation>
| Enum Constant and Description |
|---|
_UndefinedEDisplayNotation
Object is not yet initialized
|
fnAutomatic |
fnFixed
> the notation if either scientific or fixed depending on what is shorter
|
fnScientific
> the notation is fixed, e.g.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinDisplayNotation |
intern() |
String |
toString() |
static Spinnaker_C._spinDisplayNotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinDisplayNotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinDisplayNotation fnAutomatic
public static final Spinnaker_C._spinDisplayNotation fnFixed
public static final Spinnaker_C._spinDisplayNotation fnScientific
public static final Spinnaker_C._spinDisplayNotation _UndefinedEDisplayNotation
public static Spinnaker_C._spinDisplayNotation[] values()
for (Spinnaker_C._spinDisplayNotation c : Spinnaker_C._spinDisplayNotation.values()) System.out.println(c);
public static Spinnaker_C._spinDisplayNotation 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._spinDisplayNotation intern()
public String toString()
toString in class Enum<Spinnaker_C._spinDisplayNotation>Copyright © 2020. All rights reserved.