RunQueryOrder Class

public final class RunQueryOrder
extends ExpandableStringEnum<RunQueryOrder>

Sorting order of the parameter.

Field Summary

Modifier and Type Field and Description
static final RunQueryOrder ASC

Static value ASC for RunQueryOrder.

static final RunQueryOrder DESC

Static value DESC for RunQueryOrder.

Constructor Summary

Constructor Description
RunQueryOrder()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RunQueryOrder value.

Method Summary

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

Creates or finds a RunQueryOrder from its string representation.

static Collection<RunQueryOrder> values()

Gets known RunQueryOrder values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ASC

public static final RunQueryOrder ASC

Static value ASC for RunQueryOrder.

DESC

public static final RunQueryOrder DESC

Static value DESC for RunQueryOrder.

Constructor Details

RunQueryOrder

@Deprecated
public RunQueryOrder()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RunQueryOrder value.

Method Details

fromString

public static RunQueryOrder fromString(String name)

Creates or finds a RunQueryOrder from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RunQueryOrder.

values

public static Collection<RunQueryOrder> values()

Gets known RunQueryOrder values.

Returns:

known RunQueryOrder values.

Applies to