GovernanceRuleOwnerSourceType Class

public final class GovernanceRuleOwnerSourceType
extends ExpandableStringEnum<GovernanceRuleOwnerSourceType>

The owner type for the governance rule owner source.

Field Summary

Modifier and Type Field and Description
static final GovernanceRuleOwnerSourceType BY_TAG

The rule source type defined using resource tag.

static final GovernanceRuleOwnerSourceType MANUALLY

The rule source type defined manually.

Constructor Summary

Constructor Description
GovernanceRuleOwnerSourceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GovernanceRuleOwnerSourceType value.

Method Summary

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

Creates or finds a GovernanceRuleOwnerSourceType from its string representation.

static Collection<GovernanceRuleOwnerSourceType> values()

Gets known GovernanceRuleOwnerSourceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BY_TAG

public static final GovernanceRuleOwnerSourceType BY_TAG

The rule source type defined using resource tag.

MANUALLY

public static final GovernanceRuleOwnerSourceType MANUALLY

The rule source type defined manually.

Constructor Details

GovernanceRuleOwnerSourceType

@Deprecated
public GovernanceRuleOwnerSourceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GovernanceRuleOwnerSourceType value.

Method Details

fromString

public static GovernanceRuleOwnerSourceType fromString(String name)

Creates or finds a GovernanceRuleOwnerSourceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding GovernanceRuleOwnerSourceType.

values

public static Collection<GovernanceRuleOwnerSourceType> values()

Gets known GovernanceRuleOwnerSourceType values.

Returns:

known GovernanceRuleOwnerSourceType values.

Applies to