com.esri.arcgis.geodatabaseui
Interface esriCalculatorErrorType

All Superinterfaces:
java.io.Serializable

public interface esriCalculatorErrorType
extends java.io.Serializable

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

Description: 'Esri Calculator Error Types.' 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 esriCalculatorErrorAllEmptyVal
          All calculated values are invalid.
static int esriCalculatorErrorCode
          Error running VB/A code.
static int esriCalculatorErrorEmptyVal
          Empty value error (e.g.
static int esriCalculatorErrorNoScript
          No script environment(VB/A) installed.
static int esriCalculatorErrorParse
          Error parsing expression.
static int esriCalculatorErrorPutValue
          Error putting calculated value into the specified field.
static int esriCalculatorErrorStore
          Error storing calculated value into the specified field.
 

Field Detail

esriCalculatorErrorNoScript

static final int esriCalculatorErrorNoScript
No script environment(VB/A) installed.

See Also:
Constant Field Values

esriCalculatorErrorParse

static final int esriCalculatorErrorParse
Error parsing expression.

See Also:
Constant Field Values

esriCalculatorErrorCode

static final int esriCalculatorErrorCode
Error running VB/A code.

See Also:
Constant Field Values

esriCalculatorErrorEmptyVal

static final int esriCalculatorErrorEmptyVal
Empty value error (e.g. calculated value is invalid for the specified field).

See Also:
Constant Field Values

esriCalculatorErrorPutValue

static final int esriCalculatorErrorPutValue
Error putting calculated value into the specified field.

See Also:
Constant Field Values

esriCalculatorErrorStore

static final int esriCalculatorErrorStore
Error storing calculated value into the specified field.

See Also:
Constant Field Values

esriCalculatorErrorAllEmptyVal

static final int esriCalculatorErrorAllEmptyVal
All calculated values are invalid.

See Also:
Constant Field Values