public static enum StorageOptions.ElementCoercion extends Enum<StorageOptions.ElementCoercion>
| Enum Constant and Description |
|---|
NO |
UNSPECIFIED |
YES |
| Modifier and Type | Method and Description |
|---|---|
static StorageOptions.ElementCoercion |
valueOf(int i) |
static StorageOptions.ElementCoercion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageOptions.ElementCoercion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageOptions.ElementCoercion NO
public static final StorageOptions.ElementCoercion YES
public static final StorageOptions.ElementCoercion UNSPECIFIED
public static StorageOptions.ElementCoercion[] values()
for (StorageOptions.ElementCoercion c : StorageOptions.ElementCoercion.values()) System.out.println(c);
public static StorageOptions.ElementCoercion 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 static StorageOptions.ElementCoercion valueOf(int i)
Copyright © 2017 dcm4che.org. All rights reserved.