public static enum ISIDDefs.sampling_method extends Enum<ISIDDefs.sampling_method>
| Enum Constant and Description |
|---|
SAMPLE_FAST |
SAMPLE_INTERPOLATE |
SAMPLE_RESAMPLE_FAST |
SAMPLE_RESAMPLE_INTERPOLATE |
| Modifier and Type | Method and Description |
|---|---|
static ISIDDefs.sampling_method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISIDDefs.sampling_method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISIDDefs.sampling_method SAMPLE_FAST
public static final ISIDDefs.sampling_method SAMPLE_INTERPOLATE
public static final ISIDDefs.sampling_method SAMPLE_RESAMPLE_INTERPOLATE
public static final ISIDDefs.sampling_method SAMPLE_RESAMPLE_FAST
public static ISIDDefs.sampling_method[] values()
for (ISIDDefs.sampling_method c : ISIDDefs.sampling_method.values()) System.out.println(c);
public static ISIDDefs.sampling_method 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 © 2014. All rights reserved.