IsHighlyAvailable Class

public final class IsHighlyAvailable
extends ExpandableStringEnum<IsHighlyAvailable>

Highly available.

Field Summary

Modifier and Type Field and Description
static final IsHighlyAvailable FALSE

Static value false for IsHighlyAvailable.

static final IsHighlyAvailable TRUE

Static value true for IsHighlyAvailable.

Constructor Summary

Constructor Description
IsHighlyAvailable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsHighlyAvailable value.

Method Summary

Modifier and Type Method and Description
static IsHighlyAvailable fromString(String name)

Creates or finds a IsHighlyAvailable from its string representation.

static Collection<IsHighlyAvailable> values()

Gets known IsHighlyAvailable values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final IsHighlyAvailable FALSE

Static value false for IsHighlyAvailable.

TRUE

public static final IsHighlyAvailable TRUE

Static value true for IsHighlyAvailable.

Constructor Details

IsHighlyAvailable

@Deprecated
public IsHighlyAvailable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsHighlyAvailable value.

Method Details

fromString

public static IsHighlyAvailable fromString(String name)

Creates or finds a IsHighlyAvailable from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsHighlyAvailable.

values

public static Collection<IsHighlyAvailable> values()

Gets known IsHighlyAvailable values.

Returns:

known IsHighlyAvailable values.

Applies to