public static enum CommandSubscribe.InitialPosition extends Enum<CommandSubscribe.InitialPosition>
| Modifier and Type | Field and Description |
|---|---|
static int |
Earliest_VALUE |
static int |
Latest_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static CommandSubscribe.InitialPosition |
valueOf(int n) |
static CommandSubscribe.InitialPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandSubscribe.InitialPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandSubscribe.InitialPosition Latest
public static final CommandSubscribe.InitialPosition Earliest
public static final int Latest_VALUE
public static final int Earliest_VALUE
public static CommandSubscribe.InitialPosition[] values()
for (CommandSubscribe.InitialPosition c : CommandSubscribe.InitialPosition.values()) System.out.println(c);
public static CommandSubscribe.InitialPosition 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 getValue()
public static CommandSubscribe.InitialPosition valueOf(int n)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.