Share via


DependencyType Class

public final class DependencyType
extends ExpandableStringEnum<DependencyType>

Defines the dependency type.

Field Summary

Modifier and Type Field and Description
static final DependencyType REQUIRED_FOR_MOVE

Static value RequiredForMove for DependencyType.

static final DependencyType REQUIRED_FOR_PREPARE

Static value RequiredForPrepare for DependencyType.

Constructor Summary

Constructor Description
DependencyType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DependencyType value.

Method Summary

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

Creates or finds a DependencyType from its string representation.

static Collection<DependencyType> values()

Gets known DependencyType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

REQUIRED_FOR_MOVE

public static final DependencyType REQUIRED_FOR_MOVE

Static value RequiredForMove for DependencyType.

REQUIRED_FOR_PREPARE

public static final DependencyType REQUIRED_FOR_PREPARE

Static value RequiredForPrepare for DependencyType.

Constructor Details

DependencyType

@Deprecated
public DependencyType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DependencyType value.

Method Details

fromString

public static DependencyType fromString(String name)

Creates or finds a DependencyType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DependencyType.

values

public static Collection<DependencyType> values()

Gets known DependencyType values.

Returns:

known DependencyType values.

Applies to