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