com.esri.arcgis.datasourcesfile
Interface esriArcInfoItemType

All Superinterfaces:
java.io.Serializable

public interface esriArcInfoItemType
extends java.io.Serializable

Constants from esriArcInfoItemType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'ArcInfo Item Datatypes.' 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 =


Field Summary
static int esriItemTypeBinary
          Binary.
static int esriItemTypeBlob
          Binary Large Object.
static int esriItemTypeCharacter
          Character.
static int esriItemTypeDate
          Date.
static int esriItemTypeFloat
          Float.
static int esriItemTypeGeometry
          Geometry.
static int esriItemTypeInteger
          Integer.
static int esriItemTypeLeadFill
          LeadFill.
static int esriItemTypeNumber
          Number.
static int esriItemTypeOID
          Long Integer representing an object identifier.
static int esriItemTypeOverpunch
          Overpunch.
static int esriItemTypePacked
          Packed.
static int esriItemTypeTrailingSign
          TrailingSign.
static int esriItemTypeZeroFill
          ZeroFill.
 

Field Detail

esriItemTypeDate

static final int esriItemTypeDate
Date.

See Also:
Constant Field Values

esriItemTypeCharacter

static final int esriItemTypeCharacter
Character.

See Also:
Constant Field Values

esriItemTypeInteger

static final int esriItemTypeInteger
Integer.

See Also:
Constant Field Values

esriItemTypeNumber

static final int esriItemTypeNumber
Number.

See Also:
Constant Field Values

esriItemTypeBinary

static final int esriItemTypeBinary
Binary.

See Also:
Constant Field Values

esriItemTypeFloat

static final int esriItemTypeFloat
Float.

See Also:
Constant Field Values

esriItemTypeLeadFill

static final int esriItemTypeLeadFill
LeadFill.

See Also:
Constant Field Values

esriItemTypePacked

static final int esriItemTypePacked
Packed.

See Also:
Constant Field Values

esriItemTypeZeroFill

static final int esriItemTypeZeroFill
ZeroFill.

See Also:
Constant Field Values

esriItemTypeOverpunch

static final int esriItemTypeOverpunch
Overpunch.

See Also:
Constant Field Values

esriItemTypeTrailingSign

static final int esriItemTypeTrailingSign
TrailingSign.

See Also:
Constant Field Values

esriItemTypeOID

static final int esriItemTypeOID
Long Integer representing an object identifier.

See Also:
Constant Field Values

esriItemTypeGeometry

static final int esriItemTypeGeometry
Geometry.

See Also:
Constant Field Values

esriItemTypeBlob

static final int esriItemTypeBlob
Binary Large Object.

See Also:
Constant Field Values