public static enum ModularInputKindArgument.Type extends Enum<ModularInputKindArgument.Type>
Modifier and Type | Method and Description |
---|---|
static ModularInputKindArgument.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModularInputKindArgument.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModularInputKindArgument.Type NUMBER
public static final ModularInputKindArgument.Type STRING
public static final ModularInputKindArgument.Type BOOLEAN
public static ModularInputKindArgument.Type[] values()
for (ModularInputKindArgument.Type c : ModularInputKindArgument.Type.values()) System.out.println(c);
public static ModularInputKindArgument.Type 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 © 2022 Splunk, Inc.. All rights reserved.