public interface IField
extends java.io.Serializable
Description: 'Provides access to members that return information about the field.' 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 |
IIDfcb01cb3_9f0b_11d0_bec7_00805f7c4268 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkValue(java.lang.Object value)
Indicates if the value is valid given the field definition.
|
java.lang.String |
getAliasName()
The alias name of the field.
|
java.lang.Object |
getDefaultValue()
The default value of the field.
|
IDomain |
getDomain()
The default domain of the field.
|
IGeometryDef |
getGeometryDef()
The geometry definition for the field if IsGeometry is TRUE.
|
int |
getLength()
The maximum length, in bytes, for values described by the field.
|
java.lang.String |
getName()
The name of the field.
|
int |
getPrecision()
The precision for field values.
|
IRasterDef |
getRasterDef()
The raster column definition.
|
int |
getScale()
The scale for field values.
|
int |
getType()
The type of the field.
|
int |
getVarType()
The VARTYPE of the field (e.g.
|
boolean |
isDomainFixed()
Indicates if the field's domain is fixed.
|
boolean |
isEditable()
Indicates if the field is editable.
|
boolean |
isNullable()
Indicates if the field can contain null values.
|
boolean |
isRequired()
Indicates if the field is required.
|
static final int IIDfcb01cb3_9f0b_11d0_bec7_00805f7c4268
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAliasName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDomain getDomain() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDefaultValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPrecision() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNullable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometryDef getGeometryDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getVarType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDomainFixed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRequired() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEditable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean checkValue(java.lang.Object value) throws java.io.IOException, AutomationException
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterDef getRasterDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.