com.esri.arcgis.system
Interface esriByteSwapDataType

All Superinterfaces:
java.io.Serializable

public interface esriByteSwapDataType
extends java.io.Serializable

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

Description: 'Data type to prform byte swapping on.' 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 esriBSDTbool
          Data type for byte swap = bool
static int esriBSDTBOOLU
          Data type for byte swap = BOOL
static int esriBSDTBYTE
          Data type for byte swap = BYTE
static int esriBSDTchar
          Data type for byte swap = char
static int esriBSDTDOUBLE
          Data type for byte swap = DOUBLE
static int esriBSDTFLOAT
          Data type for byte swap = FLOAT
static int esriBSDTGUID
          Data type for byte swap = GUID
static int esriBSDTLONG
          Data type for byte swap = LONG
static int esriBSDTLONGLONG
          Data type for byte swap = LONGLONG
static int esriBSDTSHORT
          Data type for byte swap = SHORT
static int esriBSDTULONG
          Data type for byte swap = ULONG
static int esriBSDTULONGLONG
          Data type for byte swap = ULONGLONG
static int esriBSDTunsignedint
          Data type for byte swap = unsigned int
static int esriBSDTUSHORT
          Data type for byte swap = USHORT
static int esriBSDTWCHAR
          Data type for byte swap = WCHAR
 

Field Detail

esriBSDTchar

static final int esriBSDTchar
Data type for byte swap = char

See Also:
Constant Field Values

esriBSDTbool

static final int esriBSDTbool
Data type for byte swap = bool

See Also:
Constant Field Values

esriBSDTunsignedint

static final int esriBSDTunsignedint
Data type for byte swap = unsigned int

See Also:
Constant Field Values

esriBSDTBYTE

static final int esriBSDTBYTE
Data type for byte swap = BYTE

See Also:
Constant Field Values

esriBSDTBOOLU

static final int esriBSDTBOOLU
Data type for byte swap = BOOL

See Also:
Constant Field Values

esriBSDTUSHORT

static final int esriBSDTUSHORT
Data type for byte swap = USHORT

See Also:
Constant Field Values

esriBSDTSHORT

static final int esriBSDTSHORT
Data type for byte swap = SHORT

See Also:
Constant Field Values

esriBSDTULONG

static final int esriBSDTULONG
Data type for byte swap = ULONG

See Also:
Constant Field Values

esriBSDTLONG

static final int esriBSDTLONG
Data type for byte swap = LONG

See Also:
Constant Field Values

esriBSDTULONGLONG

static final int esriBSDTULONGLONG
Data type for byte swap = ULONGLONG

See Also:
Constant Field Values

esriBSDTLONGLONG

static final int esriBSDTLONGLONG
Data type for byte swap = LONGLONG

See Also:
Constant Field Values

esriBSDTFLOAT

static final int esriBSDTFLOAT
Data type for byte swap = FLOAT

See Also:
Constant Field Values

esriBSDTDOUBLE

static final int esriBSDTDOUBLE
Data type for byte swap = DOUBLE

See Also:
Constant Field Values

esriBSDTGUID

static final int esriBSDTGUID
Data type for byte swap = GUID

See Also:
Constant Field Values

esriBSDTWCHAR

static final int esriBSDTWCHAR
Data type for byte swap = WCHAR

See Also:
Constant Field Values