public static enum IcebergManifestEntry.Status extends Enum<IcebergManifestEntry.Status>
manifest_entry
struct status
field.Modifier and Type | Method and Description |
---|---|
static IcebergManifestEntry.Status |
fromId(int id) |
int |
id() |
static IcebergManifestEntry.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcebergManifestEntry.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcebergManifestEntry.Status EXISTING
public static final IcebergManifestEntry.Status ADDED
public static final IcebergManifestEntry.Status DELETED
public static IcebergManifestEntry.Status[] values()
for (IcebergManifestEntry.Status c : IcebergManifestEntry.Status.values()) System.out.println(c);
public static IcebergManifestEntry.Status 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 int id()
public static IcebergManifestEntry.Status fromId(int id)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.