|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelationshipClassName
Provides access to members that return information about the relationship class.
Method Summary | |
---|---|
int |
getCardinality()
The Cardinality. |
IDatasetName |
getFeatureDatasetName()
The Feature Dataset Name object. |
int |
getNotification()
The Notification. |
boolean |
isAttributed()
Indicates if Attributed. |
boolean |
isComposite()
Indicates if Composite. |
void |
setCardinality(int cardinality)
The Cardinality. |
void |
setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
The Feature Dataset Name object. |
void |
setIsAttributed(boolean isAttributed)
Indicates if Attributed. |
void |
setIsComposite(boolean isComposite)
Indicates if Composite. |
void |
setNotification(int notification)
The Notification. |
Method Detail |
---|
IDatasetName getFeatureDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName featureDatasetName) throws IOException, AutomationException
featureDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCardinality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCardinality(int cardinality) throws IOException, AutomationException
cardinality
- A com.esri.arcgis.geodatabase.esriRelCardinality constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNotification() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNotification(int notification) throws IOException, AutomationException
notification
- A com.esri.arcgis.geodatabase.esriRelNotification constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isComposite() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsComposite(boolean isComposite) throws IOException, AutomationException
isComposite
- The isComposite (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAttributed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsAttributed(boolean isAttributed) throws IOException, AutomationException
isAttributed
- The isAttributed (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 |