public static enum ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes extends Enum<ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes>
Modifier and Type | Field and Description |
---|---|
(package private) Function<String,Object> |
converter |
Modifier and Type | Method and Description |
---|---|
(package private) Object |
convert(String param) |
static ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes FLOAT
public static final ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes LONG
public static final ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes INT
public static final ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes TABLENAME
public static ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes[] values()
for (ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes c : ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes.values()) System.out.println(c);
public static ConfigurableSlowDeterministicMonkeyFactory.SupportedTypes 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 © 2007–2020 The Apache Software Foundation. All rights reserved.