public static enum CommonParameters.Common extends Enum<CommonParameters.Common> implements ParameterEnum
| Enum Constant and Description |
|---|
DIMENSION_EXTRACT_CLASS |
DISTANCE_FUNCTION_CLASS |
INDEX_MODEL_BUILDER_CLASS |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static CommonParameters.Common |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonParameters.Common[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonParameters.Common DIMENSION_EXTRACT_CLASS
public static final CommonParameters.Common DISTANCE_FUNCTION_CLASS
public static final CommonParameters.Common INDEX_MODEL_BUILDER_CLASS
public static CommonParameters.Common[] values()
for (CommonParameters.Common c : CommonParameters.Common.values()) System.out.println(c);
public static CommonParameters.Common 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 Enum<?> self()
self in interface ParameterEnumpublic ParameterHelper<?> getHelper()
getHelper in interface ParameterEnumCopyright © 2013–2022. All rights reserved.