public static enum Spinnaker_C._spinEndianess extends Enum<Spinnaker_C._spinEndianess>
| Enum Constant and Description |
|---|
_UndefinedEndian
Object is not yet initialized
|
BigEndian
Register is big endian
|
LittleEndian
Register is little endian
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinEndianess |
intern() |
String |
toString() |
static Spinnaker_C._spinEndianess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinEndianess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinEndianess BigEndian
public static final Spinnaker_C._spinEndianess LittleEndian
public static final Spinnaker_C._spinEndianess _UndefinedEndian
public static Spinnaker_C._spinEndianess[] values()
for (Spinnaker_C._spinEndianess c : Spinnaker_C._spinEndianess.values()) System.out.println(c);
public static Spinnaker_C._spinEndianess 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._spinEndianess intern()
public String toString()
toString in class Enum<Spinnaker_C._spinEndianess>Copyright © 2019. All rights reserved.