Поделиться через


NetworkFeatures Class

public final class NetworkFeatures
extends ExpandableStringEnum<NetworkFeatures>

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

Field Summary

Modifier and Type Field and Description
static final NetworkFeatures BASIC

Basic network features.

static final NetworkFeatures BASIC_STANDARD

Updating from Basic to Standard network features.

static final NetworkFeatures STANDARD

Standard network features.

static final NetworkFeatures STANDARD_BASIC

Updating from Standard to Basic network features.

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

Basic network features.

BASIC_STANDARD

public static final NetworkFeatures BASIC_STANDARD

Updating from Basic to Standard network features.

STANDARD

public static final NetworkFeatures STANDARD

Standard network features.

STANDARD_BASIC

public static final NetworkFeatures STANDARD_BASIC

Updating from Standard to Basic network features.

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<NetworkFeatures> values()

Gets known NetworkFeatures values.

Returns:

known NetworkFeatures values.

Applies to