public interface IFieldEdit extends IField, java.io.Serializable
Description: 'Provides access to members that edit the field properties.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID300aa631_b207_11d0_beca_00805f7c4268 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDfcb01cb3_9f0b_11d0_bec7_00805f7c4268
Modifier and Type | Method and Description |
---|---|
void |
setAliasName(java.lang.String rhs1)
The alias name of the field.
|
void |
setDefaultValue(java.lang.Object rhs1)
The default value of the field.
|
void |
setDomainByRef(IDomain rhs1)
The default domain of the field.
|
void |
setDomainFixed(boolean rhs1)
Indicates if the field's domain cannot be modified.
|
void |
setEditable(boolean rhs1)
Indicates if the field can be edited.
|
void |
setGeometryDefByRef(IGeometryDef rhs1)
The geometry definition if IsGeometry is TRUE.
|
void |
setIsNullable(boolean rhs1)
Indicates if field values can be null.
|
void |
setLength(int rhs1)
The maximum length, in bytes, for field values.
|
void |
setName(java.lang.String rhs1)
The name of the field.
|
void |
setPrecision(int rhs1)
The precision for field values.
|
void |
setRasterDefByRef(IRasterDef rhs1)
The raster column definition.
|
void |
setRequired(boolean rhs1)
Indicates if the field is required.
|
void |
setScale(int rhs1)
The scale for field values.
|
void |
setType(int rhs1)
The type for the field.
|
checkValue, getAliasName, getDefaultValue, getDomain, getGeometryDef, getLength, getName, getPrecision, getRasterDef, getScale, getType, getVarType, isDomainFixed, isEditable, isNullable, isRequired
static final int IID300aa631_b207_11d0_beca_00805f7c4268
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAliasName(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDomainByRef(IDomain rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultValue(java.lang.Object rhs1) throws java.io.IOException, AutomationException
rhs1
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriFieldType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLength(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPrecision(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setScale(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsNullable(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryDefByRef(IGeometryDef rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDomainFixed(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRequired(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEditable(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterDefByRef(IRasterDef rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRasterDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.