public interface esriMonotinicityEnum
extends java.io.Serializable
Description: 'Describes trends in the value of an attribute.' 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 |
esriValueDecreases
The value decreases over some intervals.
|
static int |
esriValueIncreases
The value increases over some intervals.
|
static int |
esriValueLevel
The value remains constant over some intervals.
|
static int |
esriValuesEmpty
There are some gaps in the value, where it is 'empty'.
|
static final int esriValueIncreases
static final int esriValueLevel
static final int esriValueDecreases
static final int esriValuesEmpty