AliasPathAttributes Class

public final class AliasPathAttributes
extends ExpandableStringEnum<AliasPathAttributes>

The attributes of the token that the alias path is referring to.

Field Summary

Modifier and Type Field and Description
static final AliasPathAttributes MODIFIABLE

Static value Modifiable for AliasPathAttributes.

static final AliasPathAttributes NONE

Static value None for AliasPathAttributes.

Constructor Summary

Constructor Description
AliasPathAttributes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AliasPathAttributes value.

Method Summary

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

Creates or finds a AliasPathAttributes from its string representation.

static Collection<AliasPathAttributes> values()

Gets known AliasPathAttributes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MODIFIABLE

public static final AliasPathAttributes MODIFIABLE

Static value Modifiable for AliasPathAttributes.

NONE

public static final AliasPathAttributes NONE

Static value None for AliasPathAttributes.

Constructor Details

AliasPathAttributes

@Deprecated
public AliasPathAttributes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AliasPathAttributes value.

Method Details

fromString

public static AliasPathAttributes fromString(String name)

Creates or finds a AliasPathAttributes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AliasPathAttributes.

values

public static Collection values()

Gets known AliasPathAttributes values.

Returns:

known AliasPathAttributes values.

Applies to