public interface enumTemporalOrder
extends java.io.Serializable
Description: 'Temporal cursor sorting order.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
ASCENDING
Sorted in ascending order, most recent event to oldest event.
|
static int |
DESCENDING
Sorted oldest event to most recent event.
|
static final int ASCENDING
static final int DESCENDING