|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPSubtype
Provides access to members that return information about the subtypes in a table data element.
| Method Summary | |
|---|---|
Object |
getDefaultValue(String fieldName)
The field's default value. |
String |
getDomainName(String fieldName)
The field's domain. |
int |
getSubtypeCode()
The code of the subtype. |
String |
getSubtypeName()
The name of the subtype. |
void |
setDefaultValue(String fieldName,
Object value)
The field's default value. |
void |
setDomainName(String fieldName,
String domainName)
The field's domain. |
void |
setSubtypeCode(int subtypeCode)
The code of the subtype. |
void |
setSubtypeName(String subtypeName)
The name of the subtype. |
| Method Detail |
|---|
void setSubtypeName(String subtypeName)
throws IOException,
AutomationException
subtypeName - The subtypeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSubtypeName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSubtypeCode(int subtypeCode)
throws IOException,
AutomationException
subtypeCode - The subtypeCode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSubtypeCode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultValue(String fieldName,
Object value)
throws IOException,
AutomationException
fieldName - The fieldName (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getDefaultValue(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDomainName(String fieldName,
String domainName)
throws IOException,
AutomationException
fieldName - The fieldName (in)domainName - The domainName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDomainName(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 | ||||||||