protected static enum ComputeWeightsAction.Weights extends Enum<ComputeWeightsAction.Weights>
| Enum Constant and Description |
|---|
SAMPLE_SORTED |
SORTED |
TOTAL |
UNSORTED |
| Modifier and Type | Method and Description |
|---|---|
static ComputeWeightsAction.Weights |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeWeightsAction.Weights[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeWeightsAction.Weights UNSORTED
public static final ComputeWeightsAction.Weights SAMPLE_SORTED
public static final ComputeWeightsAction.Weights SORTED
public static final ComputeWeightsAction.Weights TOTAL
public static ComputeWeightsAction.Weights[] values()
for (ComputeWeightsAction.Weights c : ComputeWeightsAction.Weights.values()) System.out.println(c);
public static ComputeWeightsAction.Weights 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 © 2012-2013 Ifremer. All Rights Reserved.