Share via


ProjectTargetPlatform Class

public final class ProjectTargetPlatform
extends ExpandableStringEnum<ProjectTargetPlatform>

Target platform of the project.

Field Summary

Modifier and Type Field and Description
static final ProjectTargetPlatform AZURE_DB_FOR_MY_SQL

Static value AzureDbForMySql for ProjectTargetPlatform.

static final ProjectTargetPlatform AZURE_DB_FOR_POSTGRE_SQL

Static value AzureDbForPostgreSql for ProjectTargetPlatform.

static final ProjectTargetPlatform MONGO_DB

Static value MongoDb for ProjectTargetPlatform.

static final ProjectTargetPlatform SQLDB

Static value SQLDB for ProjectTargetPlatform.

static final ProjectTargetPlatform SQLMI

Static value SQLMI for ProjectTargetPlatform.

static final ProjectTargetPlatform UNKNOWN

Static value Unknown for ProjectTargetPlatform.

Constructor Summary

Constructor Description
ProjectTargetPlatform()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ProjectTargetPlatform value.

Method Summary

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

Creates or finds a ProjectTargetPlatform from its string representation.

static Collection<ProjectTargetPlatform> values()

Gets known ProjectTargetPlatform values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AZURE_DB_FOR_MY_SQL

public static final ProjectTargetPlatform AZURE_DB_FOR_MY_SQL

Static value AzureDbForMySql for ProjectTargetPlatform.

AZURE_DB_FOR_POSTGRE_SQL

public static final ProjectTargetPlatform AZURE_DB_FOR_POSTGRE_SQL

Static value AzureDbForPostgreSql for ProjectTargetPlatform.

MONGO_DB

public static final ProjectTargetPlatform MONGO_DB

Static value MongoDb for ProjectTargetPlatform.

SQLDB

public static final ProjectTargetPlatform SQLDB

Static value SQLDB for ProjectTargetPlatform.

SQLMI

public static final ProjectTargetPlatform SQLMI

Static value SQLMI for ProjectTargetPlatform.

UNKNOWN

public static final ProjectTargetPlatform UNKNOWN

Static value Unknown for ProjectTargetPlatform.

Constructor Details

ProjectTargetPlatform

@Deprecated
public ProjectTargetPlatform()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ProjectTargetPlatform value.

Method Details

fromString

public static ProjectTargetPlatform fromString(String name)

Creates or finds a ProjectTargetPlatform from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ProjectTargetPlatform.

values

public static Collection<ProjectTargetPlatform> values()

Gets known ProjectTargetPlatform values.

Returns:

known ProjectTargetPlatform values.

Applies to