AppliedScopeType Class

public final class AppliedScopeType
extends ExpandableStringEnum<AppliedScopeType>

Type of the Applied Scope.

Field Summary

Modifier and Type Field and Description
static final AppliedScopeType MANAGEMENT_GROUP

Static value ManagementGroup for AppliedScopeType.

static final AppliedScopeType SHARED

Static value Shared for AppliedScopeType.

static final AppliedScopeType SINGLE

Static value Single for AppliedScopeType.

Constructor Summary

Constructor Description
AppliedScopeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AppliedScopeType value.

Method Summary

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

Creates or finds a AppliedScopeType from its string representation.

static Collection<AppliedScopeType> values()

Gets known AppliedScopeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MANAGEMENT_GROUP

public static final AppliedScopeType MANAGEMENT_GROUP

Static value ManagementGroup for AppliedScopeType.

SHARED

public static final AppliedScopeType SHARED

Static value Shared for AppliedScopeType.

SINGLE

public static final AppliedScopeType SINGLE

Static value Single for AppliedScopeType.

Constructor Details

AppliedScopeType

@Deprecated
public AppliedScopeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AppliedScopeType value.

Method Details

fromString

public static AppliedScopeType fromString(String name)

Creates or finds a AppliedScopeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AppliedScopeType.

values

public static Collection<AppliedScopeType> values()

Gets known AppliedScopeType values.

Returns:

known AppliedScopeType values.

Applies to