public static enum ArrowWriterProperties.EngineVersion extends Enum<ArrowWriterProperties.EngineVersion>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
ArrowWriterProperties.EngineVersion |
intern() |
String |
toString() |
static ArrowWriterProperties.EngineVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowWriterProperties.EngineVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrowWriterProperties.EngineVersion V1
public static final ArrowWriterProperties.EngineVersion V2
public static ArrowWriterProperties.EngineVersion[] values()
for (ArrowWriterProperties.EngineVersion c : ArrowWriterProperties.EngineVersion.values()) System.out.println(c);
public static ArrowWriterProperties.EngineVersion 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 ArrowWriterProperties.EngineVersion intern()
public String toString()
toString in class Enum<ArrowWriterProperties.EngineVersion>Copyright © 2022. All rights reserved.