public static enum MetadataContext.PruneStatus extends Enum<MetadataContext.PruneStatus>
| Enum Constant and Description |
|---|
NOT_PRUNED |
NOT_STARTED |
PRUNED |
| Modifier and Type | Method and Description |
|---|---|
static MetadataContext.PruneStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataContext.PruneStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataContext.PruneStatus NOT_STARTED
public static final MetadataContext.PruneStatus PRUNED
public static final MetadataContext.PruneStatus NOT_PRUNED
public static MetadataContext.PruneStatus[] values()
for (MetadataContext.PruneStatus c : MetadataContext.PruneStatus.values()) System.out.println(c);
public static MetadataContext.PruneStatus 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 nullCopyright © 2021 The Apache Software Foundation. All rights reserved.