public static enum Documentation.ExecMode extends Enum<Documentation.ExecMode>
Enum Constant and Description |
---|
BATCH |
BATCH_STREAMING |
STREAMING |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Documentation.ExecMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Documentation.ExecMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Documentation.ExecMode BATCH
public static final Documentation.ExecMode STREAMING
public static final Documentation.ExecMode BATCH_STREAMING
public static Documentation.ExecMode[] values()
for (Documentation.ExecMode c : Documentation.ExecMode.values()) System.out.println(c);
public static Documentation.ExecMode 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 String toString()
toString
in class Enum<Documentation.ExecMode>
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.