public static enum BackendStoragePool.ConsistencyGroupSupport extends Enum<BackendStoragePool.ConsistencyGroupSupport>
Modifier and Type | Method and Description |
---|---|
String |
value() |
static BackendStoragePool.ConsistencyGroupSupport |
value(String v) |
static BackendStoragePool.ConsistencyGroupSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendStoragePool.ConsistencyGroupSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackendStoragePool.ConsistencyGroupSupport POOL
public static final BackendStoragePool.ConsistencyGroupSupport HOST
public static final BackendStoragePool.ConsistencyGroupSupport FALSE
public static BackendStoragePool.ConsistencyGroupSupport[] values()
for (BackendStoragePool.ConsistencyGroupSupport c : BackendStoragePool.ConsistencyGroupSupport.values()) System.out.println(c);
public static BackendStoragePool.ConsistencyGroupSupport 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 BackendStoragePool.ConsistencyGroupSupport value(String v)
public String value()
Copyright © 2017. All rights reserved.