public final class ValueListOrder extends Enum
Title: ValueListOrder class
Description: Describes the possible values of the ValueList.Order method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
ValueList.getOrder()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static ValueListOrder |
ASCENDING
Values are ordered in ascending numerical order.
|
static ValueListOrder |
DESCENDING
Values are ordered in descending numerical order.
|
static ValueListOrder |
NONE
Values are ordered in the order in which they were added to the
ValueList.
|
getValue, readResolve
public static final ValueListOrder NONE
public static final ValueListOrder ASCENDING
public static final ValueListOrder DESCENDING