|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArcInfoItemEdit
Provides access to members that control ArcInfo Item Editing.
Method Summary | |
---|---|
void |
setAlternateName(String rhs1)
Alternate Name of the Item. |
void |
setIsIndexed(boolean rhs1)
Indicates if the Item is Indexed. |
void |
setIsPseudo(boolean rhs1)
Indicates if the Item is a Pseudo Item. |
void |
setIsRedefined(boolean rhs1)
Indicates if the Item is Redefined. |
void |
setName(String rhs1)
Name of the Item. |
void |
setNumberDecimals(int rhs1)
Number of Decimals for Item values. |
void |
setOutputWidth(int rhs1)
Output Width, in Bytes, for values stored in the Item. |
void |
setStartPosition(int rhs1)
Start Position of the Item. |
void |
setType(int rhs1)
Type of the Item, as an enumeration. |
void |
setWidth(int rhs1)
Storage Width, in Bytes, for values stored in the Item. |
Methods inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItem |
---|
getAlternateName, getName, getNumberDecimals, getOutputWidth, getStartPosition, getType, getWidth, isIndexed, isPseudo, isRedefined |
Method Detail |
---|
void setStartPosition(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputWidth(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberDecimals(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlternateName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsRedefined(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsPseudo(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsIndexed(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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 |