public static enum CommandGetTopicsOfNamespace.Mode extends Enum<CommandGetTopicsOfNamespace.Mode>
| Enum Constant and Description |
|---|
ALL |
NON_PERSISTENT |
PERSISTENT |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_VALUE |
static int |
NON_PERSISTENT_VALUE |
static int |
PERSISTENT_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static CommandGetTopicsOfNamespace.Mode |
valueOf(int n) |
static CommandGetTopicsOfNamespace.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandGetTopicsOfNamespace.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandGetTopicsOfNamespace.Mode PERSISTENT
public static final CommandGetTopicsOfNamespace.Mode NON_PERSISTENT
public static final CommandGetTopicsOfNamespace.Mode ALL
public static final int PERSISTENT_VALUE
public static final int NON_PERSISTENT_VALUE
public static final int ALL_VALUE
public static CommandGetTopicsOfNamespace.Mode[] values()
for (CommandGetTopicsOfNamespace.Mode c : CommandGetTopicsOfNamespace.Mode.values()) System.out.println(c);
public static CommandGetTopicsOfNamespace.Mode 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 CommandGetTopicsOfNamespace.Mode valueOf(int n)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.