|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRelationshipClassKey
Provides access to methods that describe a key of a relationship class data element.
Method Summary | |
---|---|
String |
getClassKeyName()
The name of the field that contains object class identifiers. |
int |
getKeyRole()
The role of the key in the relationship class. |
String |
getObjectKeyName()
The name of the field that contains object identifiers. |
void |
setClassKeyName(String name)
The name of the field that contains object class identifiers. |
void |
setKeyRole(int role)
The role of the key in the relationship class. |
void |
setObjectKeyName(String name)
The name of the field that contains object identifiers. |
Method Detail |
---|
void setKeyRole(int role) throws IOException, AutomationException
role
- A com.esri.arcgis.geodatabase.esriRelKeyRole constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getKeyRole() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectKeyName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getObjectKeyName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassKeyName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getClassKeyName() throws IOException, AutomationException
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 |