public enum UnionMode extends Enum<UnionMode>
| Modifier and Type | Method and Description |
|---|---|
static UnionMode |
fromFlatbufID(short id) |
short |
getFlatbufID() |
static UnionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnionMode Sparse
public static final UnionMode Dense
public static UnionMode[] values()
for (UnionMode c : UnionMode.values()) System.out.println(c);
public static UnionMode 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 short getFlatbufID()
public static UnionMode fromFlatbufID(short id)
Copyright © 2018 The Apache Software Foundation. All rights reserved.