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