Share via


MoveResourceInputType Class

public final class MoveResourceInputType
extends ExpandableStringEnum<MoveResourceInputType>

Defines the move resource input type.

Field Summary

Modifier and Type Field and Description
static final MoveResourceInputType MOVE_RESOURCE_ID

Static value MoveResourceId for MoveResourceInputType.

static final MoveResourceInputType MOVE_RESOURCE_SOURCE_ID

Static value MoveResourceSourceId for MoveResourceInputType.

Constructor Summary

Constructor Description
MoveResourceInputType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MoveResourceInputType value.

Method Summary

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

Creates or finds a MoveResourceInputType from its string representation.

static Collection<MoveResourceInputType> values()

Gets known MoveResourceInputType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MOVE_RESOURCE_ID

public static final MoveResourceInputType MOVE_RESOURCE_ID

Static value MoveResourceId for MoveResourceInputType.

MOVE_RESOURCE_SOURCE_ID

public static final MoveResourceInputType MOVE_RESOURCE_SOURCE_ID

Static value MoveResourceSourceId for MoveResourceInputType.

Constructor Details

MoveResourceInputType

@Deprecated
public MoveResourceInputType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MoveResourceInputType value.

Method Details

fromString

public static MoveResourceInputType fromString(String name)

Creates or finds a MoveResourceInputType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MoveResourceInputType.

values

public static Collection<MoveResourceInputType> values()

Gets known MoveResourceInputType values.

Returns:

known MoveResourceInputType values.

Applies to