public static enum JsonV1SampleSerializer.Quality extends Enum<JsonV1SampleSerializer.Quality>
ORIGINAL
(it has been retrieved
from the control system like this) or it may be INTERPOLATED
(it
has been calculated by combining several original samples).Enum Constant and Description |
---|
INTERPOLATED
Interpolated sample.
|
ORIGINAL
Original sample.
|
Modifier and Type | Method and Description |
---|---|
static JsonV1SampleSerializer.Quality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonV1SampleSerializer.Quality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonV1SampleSerializer.Quality ORIGINAL
public static final JsonV1SampleSerializer.Quality INTERPOLATED
public static JsonV1SampleSerializer.Quality[] values()
for (JsonV1SampleSerializer.Quality c : JsonV1SampleSerializer.Quality.values()) System.out.println(c);
public static JsonV1SampleSerializer.Quality 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 © 2011–2017 aquenos GmbH. All rights reserved.