public enum IndexFormat extends Enum<IndexFormat>
| Enum Constant and Description |
|---|
AUTO_DETECT |
I32 |
I64 |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIT |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
int |
getWidth() |
static IndexFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexFormat I32
public static final IndexFormat I64
public static final IndexFormat AUTO_DETECT
public static final int BIT
public static IndexFormat[] values()
for (IndexFormat c : IndexFormat.values()) System.out.println(c);
public static IndexFormat 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 int getWidth()
public int getValue()
Copyright © 2018 OpenSource BIM. All rights reserved.