AliasPathTokenType Class

public final class AliasPathTokenType
extends ExpandableStringEnum<AliasPathTokenType>

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

Field Summary

Modifier and Type Field and Description
static final AliasPathTokenType ANY

Static value Any for AliasPathTokenType.

static final AliasPathTokenType ARRAY

Static value Array for AliasPathTokenType.

static final AliasPathTokenType BOOLEAN

Static value Boolean for AliasPathTokenType.

static final AliasPathTokenType INTEGER

Static value Integer for AliasPathTokenType.

static final AliasPathTokenType NOT_SPECIFIED

Static value NotSpecified for AliasPathTokenType.

static final AliasPathTokenType NUMBER

Static value Number for AliasPathTokenType.

static final AliasPathTokenType OBJECT

Static value Object for AliasPathTokenType.

static final AliasPathTokenType STRING

Static value String for AliasPathTokenType.

Constructor Summary

Constructor Description
AliasPathTokenType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AliasPathTokenType value.

Method Summary

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

Creates or finds a AliasPathTokenType from its string representation.

static Collection<AliasPathTokenType> values()

Gets known AliasPathTokenType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ANY

public static final AliasPathTokenType ANY

Static value Any for AliasPathTokenType.

ARRAY

public static final AliasPathTokenType ARRAY

Static value Array for AliasPathTokenType.

BOOLEAN

public static final AliasPathTokenType BOOLEAN

Static value Boolean for AliasPathTokenType.

INTEGER

public static final AliasPathTokenType INTEGER

Static value Integer for AliasPathTokenType.

NOT_SPECIFIED

public static final AliasPathTokenType NOT_SPECIFIED

Static value NotSpecified for AliasPathTokenType.

NUMBER

public static final AliasPathTokenType NUMBER

Static value Number for AliasPathTokenType.

OBJECT

public static final AliasPathTokenType OBJECT

Static value Object for AliasPathTokenType.

STRING

public static final AliasPathTokenType STRING

Static value String for AliasPathTokenType.

Constructor Details

AliasPathTokenType

@Deprecated
public AliasPathTokenType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AliasPathTokenType value.

Method Details

fromString

public static AliasPathTokenType fromString(String name)

Creates or finds a AliasPathTokenType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AliasPathTokenType.

values

public static Collection values()

Gets known AliasPathTokenType values.

Returns:

known AliasPathTokenType values.

Applies to