public enum SegmentBufferReader extends Enum<SegmentBufferReader>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ModuleManager moduleManager) |
void |
setSegmentParserListenerManager(SegmentParserListenerManager listenerManager) |
static SegmentBufferReader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentBufferReader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentBufferReader INSTANCE
public static SegmentBufferReader[] values()
for (SegmentBufferReader c : SegmentBufferReader.values()) System.out.println(c);
public static SegmentBufferReader 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 void initialize(ModuleManager moduleManager)
public void setSegmentParserListenerManager(SegmentParserListenerManager listenerManager)
Copyright © 2018 The Apache Software Foundation. All rights reserved.