|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldInfoSet
Provides access to members that store an ordered set of field info.
Method Summary | |
---|---|
void |
add(String fieldName,
IFieldInfo fieldInfo)
Adds the given fieldinfo to the end of the set. |
void |
clear()
Empties the set of fields. |
IFieldInfo |
find(String fieldName)
Returns the fieldinfo for the field with the specified name. |
int |
getCount()
The number of fields. |
IFieldInfo |
getFieldInfo(int index)
Extended field information for the field at the specified index. |
String |
getFieldName(int index)
The field name at the specified index. |
void |
remove(String fieldName)
Removes the field with the specified name. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFieldInfo getFieldInfo(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldName(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(String fieldName, IFieldInfo fieldInfo) throws IOException, AutomationException
fieldName
- The fieldName (in)fieldInfo
- A reference to a com.esri.arcgis.geodatabase.IFieldInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFieldInfo find(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |