ForceDelete Class

public final class ForceDelete
extends ExpandableStringEnum<ForceDelete>

Defines values for ForceDelete.

Field Summary

Modifier and Type Field and Description
static final ForceDelete FALSE

Static value false for ForceDelete.

static final ForceDelete TRUE

Static value true for ForceDelete.

Constructor Summary

Constructor Description
ForceDelete()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ForceDelete value.

Method Summary

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

Creates or finds a ForceDelete from its string representation.

static Collection<ForceDelete> values()

Gets known ForceDelete values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final ForceDelete FALSE

Static value false for ForceDelete.

TRUE

public static final ForceDelete TRUE

Static value true for ForceDelete.

Constructor Details

ForceDelete

@Deprecated
public ForceDelete()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ForceDelete value.

Method Details

fromString

public static ForceDelete fromString(String name)

Creates or finds a ForceDelete from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ForceDelete.

values

public static Collection<ForceDelete> values()

Gets known ForceDelete values.

Returns:

known ForceDelete values.

Applies to