public static enum BufferTypes.LoadState extends Enum<BufferTypes.LoadState>
| Modifier and Type | Method and Description |
|---|---|
static BufferTypes.LoadState |
get(boolean lazy) |
static BufferTypes.LoadState |
get(IFilter filter) |
static Object |
merge(BufferTypes.IEntry entry,
BufferTypes.LoadState state,
LazyEntriesContainer lazyEntries) |
static BufferTypes.LoadState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferTypes.LoadState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufferTypes.LoadState COMPLETE
public static final BufferTypes.LoadState LAZY
public static BufferTypes.LoadState[] values()
for (BufferTypes.LoadState c : BufferTypes.LoadState.values()) System.out.println(c);
public static BufferTypes.LoadState 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 static BufferTypes.LoadState get(boolean lazy)
public static BufferTypes.LoadState get(IFilter filter)
public static Object merge(BufferTypes.IEntry entry, BufferTypes.LoadState state, LazyEntriesContainer lazyEntries)
Copyright © 2020–2022 RunedUniverse. All rights reserved.