DatabaseIdentityType Class

public final class DatabaseIdentityType
extends ExpandableStringEnum<DatabaseIdentityType>

The identity type.

Field Summary

Modifier and Type Field and Description
static final DatabaseIdentityType NONE

Static value None for DatabaseIdentityType.

static final DatabaseIdentityType USER_ASSIGNED

Static value UserAssigned for DatabaseIdentityType.

Constructor Summary

Constructor Description
DatabaseIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DatabaseIdentityType value.

Method Summary

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

Creates or finds a DatabaseIdentityType from its string representation.

static Collection<DatabaseIdentityType> values()

Gets known DatabaseIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final DatabaseIdentityType NONE

Static value None for DatabaseIdentityType.

USER_ASSIGNED

public static final DatabaseIdentityType USER_ASSIGNED

Static value UserAssigned for DatabaseIdentityType.

Constructor Details

DatabaseIdentityType

@Deprecated
public DatabaseIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DatabaseIdentityType value.

Method Details

fromString

public static DatabaseIdentityType fromString(String name)

Creates or finds a DatabaseIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DatabaseIdentityType.

values

public static Collection values()

Gets known DatabaseIdentityType values.

Returns:

known DatabaseIdentityType values.

Applies to