UseHubGateway Class

public final class UseHubGateway
extends ExpandableStringEnum<UseHubGateway>

Flag if need to use hub gateway.

Field Summary

Modifier and Type Field and Description
static final UseHubGateway FALSE

Static value False for UseHubGateway.

static final UseHubGateway TRUE

Static value True for UseHubGateway.

Constructor Summary

Constructor Description
UseHubGateway()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UseHubGateway value.

Method Summary

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

Creates or finds a UseHubGateway from its string representation.

static Collection<UseHubGateway> values()

Gets known UseHubGateway values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final UseHubGateway FALSE

Static value False for UseHubGateway.

TRUE

public static final UseHubGateway TRUE

Static value True for UseHubGateway.

Constructor Details

UseHubGateway

@Deprecated
public UseHubGateway()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UseHubGateway value.

Method Details

fromString

public static UseHubGateway fromString(String name)

Creates or finds a UseHubGateway from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding UseHubGateway.

values

public static Collection values()

Gets known UseHubGateway values.

Returns:

known UseHubGateway values.

Applies to