public interface IFieldInfo
extends java.io.Serializable
Description: 'Provides access to properties that give extended information on 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 |
IIDa2baae2c_969b_11d2_ae77_080009ec732a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
The alias for the field.
|
java.lang.String |
getAsString(java.lang.Object value)
The string representation of a given value based on the current field information.
|
INumberFormat |
getNumberFormat()
The number format for the field (invalid if non-numeric field).
|
boolean |
isHighlight()
Indicates how the field should be presented.
|
boolean |
isReadonly()
Indicates how the field should be presented.
|
boolean |
isValueAsRatio()
Indicates if the field value should be the ratio of itself.
|
boolean |
isVisible()
Indicates if the field is visible.
|
void |
setAlias(java.lang.String aliasName)
The alias for the field.
|
void |
setHighlight(boolean highlight)
Indicates how the field should be presented.
|
void |
setNumberFormatByRef(INumberFormat format)
The number format for the field (invalid if non-numeric field).
|
void |
setReadonly(boolean readonlyField)
Indicates how the field should be presented.
|
void |
setValueAsRatio(boolean ratio)
Indicates if the field value should be the ratio of itself.
|
void |
setVisible(boolean visible)
Indicates if the field is visible.
|
static final int IIDa2baae2c_969b_11d2_ae77_080009ec732a
static final int xxDummy
static final java.lang.String IID
boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean visible) throws java.io.IOException, AutomationException
visible
- The visible (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAlias() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAlias(java.lang.String aliasName) throws java.io.IOException, AutomationException
aliasName
- The aliasName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INumberFormat getNumberFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumberFormatByRef(INumberFormat format) throws java.io.IOException, AutomationException
format
- A reference to a com.esri.arcgis.system.INumberFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAsString(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.boolean isValueAsRatio() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValueAsRatio(boolean ratio) throws java.io.IOException, AutomationException
ratio
- The ratio (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHighlight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHighlight(boolean highlight) throws java.io.IOException, AutomationException
highlight
- The highlight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReadonly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReadonly(boolean readonlyField) throws java.io.IOException, AutomationException
readonlyField
- The readonlyField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.