ServerWorkspaceFeature Class

public final class ServerWorkspaceFeature
extends ExpandableStringEnum<ServerWorkspaceFeature>

Whether or not existing server has a workspace created and if it allows connection from workspace.

Field Summary

Modifier and Type Field and Description
static final ServerWorkspaceFeature CONNECTED

Static value Connected for ServerWorkspaceFeature.

static final ServerWorkspaceFeature DISCONNECTED

Static value Disconnected for ServerWorkspaceFeature.

Constructor Summary

Constructor Description
ServerWorkspaceFeature()

Method Summary

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

Creates or finds a ServerWorkspaceFeature from its string representation.

static Collection<ServerWorkspaceFeature> values()

Gets known ServerWorkspaceFeature values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONNECTED

public static final ServerWorkspaceFeature CONNECTED

Static value Connected for ServerWorkspaceFeature.

DISCONNECTED

public static final ServerWorkspaceFeature DISCONNECTED

Static value Disconnected for ServerWorkspaceFeature.

Constructor Details

ServerWorkspaceFeature

public ServerWorkspaceFeature()

Method Details

fromString

public static ServerWorkspaceFeature fromString(String name)

Creates or finds a ServerWorkspaceFeature from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServerWorkspaceFeature.

values

public static Collection values()

Gets known ServerWorkspaceFeature values.

Returns:

known ServerWorkspaceFeature values.

Applies to