InheritFromParentState Class

public final class InheritFromParentState
extends ExpandableStringEnum<InheritFromParentState>

Update Settings. Enabled - Resource should inherit configurations from parent. Disabled - Resource should not inherit configurations from parent.

Field Summary

Modifier and Type Field and Description
static final InheritFromParentState DISABLED

Disabled.

static final InheritFromParentState ENABLED

Enabled.

Constructor Summary

Constructor Description
InheritFromParentState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InheritFromParentState value.

Method Summary

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

Creates or finds a InheritFromParentState from its string representation.

static Collection<InheritFromParentState> values()

Gets known InheritFromParentState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final InheritFromParentState DISABLED

Disabled.

ENABLED

public static final InheritFromParentState ENABLED

Enabled.

Constructor Details

InheritFromParentState

@Deprecated
public InheritFromParentState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InheritFromParentState value.

Method Details

fromString

public static InheritFromParentState fromString(String name)

Creates or finds a InheritFromParentState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InheritFromParentState.

values

public static Collection<InheritFromParentState> values()

Gets known InheritFromParentState values.

Returns:

known InheritFromParentState values.

Applies to