ServerTrustGroupPropertiesTrustScopesItem Class

public final class ServerTrustGroupPropertiesTrustScopesItem
extends ExpandableStringEnum<ServerTrustGroupPropertiesTrustScopesItem>

Defines values for ServerTrustGroupPropertiesTrustScopesItem.

Field Summary

Modifier and Type Field and Description
static final ServerTrustGroupPropertiesTrustScopesItem GLOBAL_TRANSACTIONS

Static value GlobalTransactions for ServerTrustGroupPropertiesTrustScopesItem.

static final ServerTrustGroupPropertiesTrustScopesItem SERVICE_BROKER

Static value ServiceBroker for ServerTrustGroupPropertiesTrustScopesItem.

Constructor Summary

Constructor Description
ServerTrustGroupPropertiesTrustScopesItem()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerTrustGroupPropertiesTrustScopesItem value.

Method Summary

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

Creates or finds a ServerTrustGroupPropertiesTrustScopesItem from its string representation.

static Collection<ServerTrustGroupPropertiesTrustScopesItem> values()

Gets known ServerTrustGroupPropertiesTrustScopesItem values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

GLOBAL_TRANSACTIONS

public static final ServerTrustGroupPropertiesTrustScopesItem GLOBAL_TRANSACTIONS

Static value GlobalTransactions for ServerTrustGroupPropertiesTrustScopesItem.

SERVICE_BROKER

public static final ServerTrustGroupPropertiesTrustScopesItem SERVICE_BROKER

Static value ServiceBroker for ServerTrustGroupPropertiesTrustScopesItem.

Constructor Details

ServerTrustGroupPropertiesTrustScopesItem

@Deprecated
public ServerTrustGroupPropertiesTrustScopesItem()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerTrustGroupPropertiesTrustScopesItem value.

Method Details

fromString

public static ServerTrustGroupPropertiesTrustScopesItem fromString(String name)

Creates or finds a ServerTrustGroupPropertiesTrustScopesItem from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServerTrustGroupPropertiesTrustScopesItem.

values

public static Collection values()

Gets known ServerTrustGroupPropertiesTrustScopesItem values.

Returns:

known ServerTrustGroupPropertiesTrustScopesItem values.

Applies to