SqlAgentConfigurationPropertiesState Class

public final class SqlAgentConfigurationPropertiesState
extends ExpandableStringEnum<SqlAgentConfigurationPropertiesState>

The state of Sql Agent.

Field Summary

Modifier and Type Field and Description
static final SqlAgentConfigurationPropertiesState DISABLED

Static value Disabled for SqlAgentConfigurationPropertiesState.

static final SqlAgentConfigurationPropertiesState ENABLED

Static value Enabled for SqlAgentConfigurationPropertiesState.

Constructor Summary

Constructor Description
SqlAgentConfigurationPropertiesState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlAgentConfigurationPropertiesState value.

Method Summary

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

Creates or finds a SqlAgentConfigurationPropertiesState from its string representation.

static Collection<SqlAgentConfigurationPropertiesState> values()

Gets known SqlAgentConfigurationPropertiesState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final SqlAgentConfigurationPropertiesState DISABLED

Static value Disabled for SqlAgentConfigurationPropertiesState.

ENABLED

public static final SqlAgentConfigurationPropertiesState ENABLED

Static value Enabled for SqlAgentConfigurationPropertiesState.

Constructor Details

SqlAgentConfigurationPropertiesState

@Deprecated
public SqlAgentConfigurationPropertiesState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlAgentConfigurationPropertiesState value.

Method Details

fromString

public static SqlAgentConfigurationPropertiesState fromString(String name)

Creates or finds a SqlAgentConfigurationPropertiesState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SqlAgentConfigurationPropertiesState.

values

public static Collection values()

Gets known SqlAgentConfigurationPropertiesState values.

Returns:

known SqlAgentConfigurationPropertiesState values.

Applies to