SqlImageSku Class

public final class SqlImageSku
extends ExpandableStringEnum<SqlImageSku>

SQL Server edition type.

Field Summary

Modifier and Type Field and Description
static final SqlImageSku DEVELOPER

Static value Developer for SqlImageSku.

static final SqlImageSku ENTERPRISE

Static value Enterprise for SqlImageSku.

static final SqlImageSku EXPRESS

Static value Express for SqlImageSku.

static final SqlImageSku STANDARD

Static value Standard for SqlImageSku.

static final SqlImageSku WEB

Static value Web for SqlImageSku.

Constructor Summary

Constructor Description
SqlImageSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlImageSku value.

Method Summary

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

Creates or finds a SqlImageSku from its string representation.

static Collection<SqlImageSku> values()

Gets known SqlImageSku values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEVELOPER

public static final SqlImageSku DEVELOPER

Static value Developer for SqlImageSku.

ENTERPRISE

public static final SqlImageSku ENTERPRISE

Static value Enterprise for SqlImageSku.

EXPRESS

public static final SqlImageSku EXPRESS

Static value Express for SqlImageSku.

STANDARD

public static final SqlImageSku STANDARD

Static value Standard for SqlImageSku.

WEB

public static final SqlImageSku WEB

Static value Web for SqlImageSku.

Constructor Details

SqlImageSku

@Deprecated
public SqlImageSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlImageSku value.

Method Details

fromString

public static SqlImageSku fromString(String name)

Creates or finds a SqlImageSku from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SqlImageSku.

values

public static Collection values()

Gets known SqlImageSku values.

Returns:

known SqlImageSku values.

Applies to