public static enum HullParameters.Hull extends Enum<HullParameters.Hull> implements ParameterEnum
| Enum Constant and Description |
|---|
DATA_NAMESPACE_URI |
DATA_TYPE_ID |
EXTRACTOR_CLASS |
HULL_BUILDER |
INDEX_NAME |
ITERATION |
PROJECTION_CLASS |
REDUCER_COUNT |
WRAPPER_FACTORY_CLASS |
ZOOM_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static HullParameters.Hull |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HullParameters.Hull[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HullParameters.Hull INDEX_NAME
public static final HullParameters.Hull DATA_TYPE_ID
public static final HullParameters.Hull DATA_NAMESPACE_URI
public static final HullParameters.Hull REDUCER_COUNT
public static final HullParameters.Hull PROJECTION_CLASS
public static final HullParameters.Hull EXTRACTOR_CLASS
public static final HullParameters.Hull WRAPPER_FACTORY_CLASS
public static final HullParameters.Hull ITERATION
public static final HullParameters.Hull HULL_BUILDER
public static final HullParameters.Hull ZOOM_LEVEL
public static HullParameters.Hull[] values()
for (HullParameters.Hull c : HullParameters.Hull.values()) System.out.println(c);
public static HullParameters.Hull 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.