Freigeben über


CompositePathSortOrder Class

public final class CompositePathSortOrder
extends ExpandableStringEnum<CompositePathSortOrder>

Sort order for composite paths.

Field Summary

Modifier and Type Field and Description
static final CompositePathSortOrder ASCENDING

Static value ascending for CompositePathSortOrder.

static final CompositePathSortOrder DESCENDING

Static value descending for CompositePathSortOrder.

Constructor Summary

Constructor Description
CompositePathSortOrder()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CompositePathSortOrder value.

Method Summary

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

Creates or finds a CompositePathSortOrder from its string representation.

static Collection<CompositePathSortOrder> values()

Gets known CompositePathSortOrder values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ASCENDING

public static final CompositePathSortOrder ASCENDING

Static value ascending for CompositePathSortOrder.

DESCENDING

public static final CompositePathSortOrder DESCENDING

Static value descending for CompositePathSortOrder.

Constructor Details

CompositePathSortOrder

@Deprecated
public CompositePathSortOrder()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CompositePathSortOrder value.

Method Details

fromString

public static CompositePathSortOrder fromString(String name)

Creates or finds a CompositePathSortOrder from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CompositePathSortOrder.

values

public static Collection values()

Gets known CompositePathSortOrder values.

Returns:

known CompositePathSortOrder values.

Applies to