public static enum TunnelJob.FileFormat extends Enum<TunnelJob.FileFormat>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static TunnelJob.FileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelJob.FileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TunnelJob.FileFormat CSV
public static final TunnelJob.FileFormat JSON
public static final TunnelJob.FileFormat AVRO
public static TunnelJob.FileFormat[] values()
for (TunnelJob.FileFormat c : TunnelJob.FileFormat.values()) System.out.println(c);
public static TunnelJob.FileFormat 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 getName()
Copyright © 2023. All rights reserved.