DeleteFromHost Class

public final class DeleteFromHost
extends ExpandableStringEnum<DeleteFromHost>

Defines values for DeleteFromHost.

Field Summary

Modifier and Type Field and Description
static final DeleteFromHost FALSE

Static value false for DeleteFromHost.

static final DeleteFromHost TRUE

Static value true for DeleteFromHost.

Constructor Summary

Constructor Description
DeleteFromHost()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeleteFromHost value.

Method Summary

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

Creates or finds a DeleteFromHost from its string representation.

static Collection<DeleteFromHost> values()

Gets known DeleteFromHost values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final DeleteFromHost FALSE

Static value false for DeleteFromHost.

TRUE

public static final DeleteFromHost TRUE

Static value true for DeleteFromHost.

Constructor Details

DeleteFromHost

@Deprecated
public DeleteFromHost()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeleteFromHost value.

Method Details

fromString

public static DeleteFromHost fromString(String name)

Creates or finds a DeleteFromHost from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DeleteFromHost.

values

public static Collection<DeleteFromHost> values()

Gets known DeleteFromHost values.

Returns:

known DeleteFromHost values.

Applies to