com.esri.arcgis.geodatabase
Interface IFieldEdit2

All Superinterfaces:
IField, IFieldEdit, java.io.Serializable
All Known Implementing Classes:
Field, IFieldEdit2Proxy

public interface IFieldEdit2
extends IFieldEdit, java.io.Serializable

COM Interface 'IFieldEdit2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that edit the field properties including raster column definition.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID8bad0db3_a817_4dbb_9752_3faf6757e22c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFieldEdit
IID300aa631_b207_11d0_beca_00805f7c4268
 
Fields inherited from interface com.esri.arcgis.geodatabase.IField
IIDfcb01cb3_9f0b_11d0_bec7_00805f7c4268
 
Method Summary
 IRasterDef getRasterDef()
          The raster column definition.
 void setRasterDefByRef(IRasterDef rasterDef)
          The raster column definition.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFieldEdit
setAliasName, setDefaultValue, setDomainByRef, setDomainFixed, setEditable, setGeometryDefByRef, setIsNullable, setLength, setName, setPrecision, setRequired, setScale, setType
 
Methods inherited from interface com.esri.arcgis.geodatabase.IField
checkValue, getAliasName, getDefaultValue, getDomain, getGeometryDef, getLength, getName, getPrecision, getScale, getType, getVarType, isDomainFixed, isEditable, isNullable, isRequired
 

Field Detail

IID8bad0db3_a817_4dbb_9752_3faf6757e22c

static final int IID8bad0db3_a817_4dbb_9752_3faf6757e22c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRasterDef

IRasterDef getRasterDef()
                        throws java.io.IOException,
                               AutomationException
The raster column definition.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterDefByRef

void setRasterDefByRef(IRasterDef rasterDef)
                       throws java.io.IOException,
                              AutomationException
The raster column definition.

Parameters:
rasterDef - A reference to a com.esri.arcgis.geodatabase.IRasterDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.