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