NetworkFeatures Class

public final class NetworkFeatures
extends ExpandableStringEnum<NetworkFeatures>

Network features Network features available to the volume, or current state of update.

Field Summary

Modifier and Type Field and Description
static final NetworkFeatures BASIC

Static value Basic for NetworkFeatures.

static final NetworkFeatures BASIC_STANDARD

Static value Basic_Standard for NetworkFeatures.

static final NetworkFeatures STANDARD

Static value Standard for NetworkFeatures.

static final NetworkFeatures STANDARD_BASIC

Static value Standard_Basic for NetworkFeatures.

Constructor Summary

Constructor Description
NetworkFeatures()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkFeatures value.

Method Summary

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

Creates or finds a NetworkFeatures from its string representation.

static Collection<NetworkFeatures> values()

Gets known NetworkFeatures values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASIC

public static final NetworkFeatures BASIC

Static value Basic for NetworkFeatures.

BASIC_STANDARD

public static final NetworkFeatures BASIC_STANDARD

Static value Basic_Standard for NetworkFeatures.

STANDARD

public static final NetworkFeatures STANDARD

Static value Standard for NetworkFeatures.

STANDARD_BASIC

public static final NetworkFeatures STANDARD_BASIC

Static value Standard_Basic for NetworkFeatures.

Constructor Details

NetworkFeatures

@Deprecated
public NetworkFeatures()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkFeatures value.

Method Details

fromString

public static NetworkFeatures fromString(String name)

Creates or finds a NetworkFeatures from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NetworkFeatures.

values

public static Collection values()

Gets known NetworkFeatures values.

Returns:

known NetworkFeatures values.

Applies to