com.esri.arcgis.schematic
Interface esriSchematicAttributeStorageMode

All Superinterfaces:
java.io.Serializable

public interface esriSchematicAttributeStorageMode
extends java.io.Serializable

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

Description: 'Schematic attribute storage mode.' 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 esriSchematicAttributeFieldStorage
          Value of the attribute is stored in a field.
static int esriSchematicAttributeNoStorage
          Value of the attribute is not stored (need OnTheFly evaluation).
static int esriSchematicAttributePropertySetStorage
          Value of the attribute is stored in the property set.
 

Field Detail

esriSchematicAttributeNoStorage

static final int esriSchematicAttributeNoStorage
Value of the attribute is not stored (need OnTheFly evaluation).

See Also:
Constant Field Values

esriSchematicAttributeFieldStorage

static final int esriSchematicAttributeFieldStorage
Value of the attribute is stored in a field.

See Also:
Constant Field Values

esriSchematicAttributePropertySetStorage

static final int esriSchematicAttributePropertySetStorage
Value of the attribute is stored in the property set.

See Also:
Constant Field Values