public enum ClusterDasConfigInfoHBDatastoreCandidate extends Enum<ClusterDasConfigInfoHBDatastoreCandidate>
| Enum Constant and Description |
|---|
allFeasibleDs |
allFeasibleDsWithUserPreference |
userSelectedDs |
| Modifier and Type | Method and Description |
|---|---|
static ClusterDasConfigInfoHBDatastoreCandidate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterDasConfigInfoHBDatastoreCandidate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterDasConfigInfoHBDatastoreCandidate userSelectedDs
public static final ClusterDasConfigInfoHBDatastoreCandidate allFeasibleDs
public static final ClusterDasConfigInfoHBDatastoreCandidate allFeasibleDsWithUserPreference
public static ClusterDasConfigInfoHBDatastoreCandidate[] values()
for (ClusterDasConfigInfoHBDatastoreCandidate c : ClusterDasConfigInfoHBDatastoreCandidate.values()) System.out.println(c);
public static ClusterDasConfigInfoHBDatastoreCandidate 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-2012. All Rights Reserved.