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