com.esri.arcgis.geodatabaseui
Interface IQueryPropertyPageFieldInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IQueryPropertyPageFieldInfoProxy, QueryPropertyPage

public interface IQueryPropertyPageFieldInfo
extends java.io.Serializable

COM Interface 'IQueryPropertyPageFieldInfo'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that control the Query property page field info.' 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 IID9d3d2768_7760_43f3_b200_69bb4d852180
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void refreshFields()
          Refreshes the fields list.
 void removeAllFieldInfos()
          Removes all the field infos set using the SetFieldInfo method.
 void setFieldInfo(java.lang.String fieldName, IFieldInfo pFieldInfo)
          Sets the field info for a perticular string.
 

Field Detail

IID9d3d2768_7760_43f3_b200_69bb4d852180

static final int IID9d3d2768_7760_43f3_b200_69bb4d852180
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

setFieldInfo

void setFieldInfo(java.lang.String fieldName,
                  IFieldInfo pFieldInfo)
                  throws java.io.IOException,
                         AutomationException
Sets the field info for a perticular string.

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

removeAllFieldInfos

void removeAllFieldInfos()
                         throws java.io.IOException,
                                AutomationException
Removes all the field infos set using the SetFieldInfo method.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshFields

void refreshFields()
                   throws java.io.IOException,
                          AutomationException
Refreshes the fields list.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.