public interface esriNetworkAttributeDataType
extends java.io.Serializable
Description: 'Data type of a network dataset 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 |
esriNADTBoolean
The network attribute is of Boolean data type.
|
static int |
esriNADTDouble
The network attribute is of Double data type.
|
static int |
esriNADTFloat
The network attribute is of Float data type.
|
static int |
esriNADTInteger
The network attribute is of Integer data type.
|
static final int esriNADTInteger
static final int esriNADTFloat
static final int esriNADTDouble
static final int esriNADTBoolean