public interface esriSelectionOption
extends java.io.Serializable
Description: 'Selection Option.' 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 |
esriSelectionOptionEmpty
Empty - an empty selection is created.
|
static int |
esriSelectionOptionNormal
Normal - the selection is created based on the input query filter, all rows are selected if the query filter is null.
|
static int |
esriSelectionOptionOnlyOne
Only One - the selection is created based on the input query filter, only the first row is selected.
|
static final int esriSelectionOptionNormal
static final int esriSelectionOptionOnlyOne
static final int esriSelectionOptionEmpty