@Namespace(value="arrow") public static enum arrow.Endianness extends Enum<arrow.Endianness>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.Endianness |
intern() |
String |
toString() |
static arrow.Endianness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.Endianness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.Endianness Little
public static final arrow.Endianness Big
public static final arrow.Endianness Native
public static arrow.Endianness[] values()
for (arrow.Endianness c : arrow.Endianness.values()) System.out.println(c);
public static arrow.Endianness 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 arrow.Endianness intern()
public String toString()
toString in class Enum<arrow.Endianness>Copyright © 2021. All rights reserved.