public interface IRelationshipClassName
extends java.io.Serializable
Description: 'Provides access to members that return information about the relationship class.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID311c2ee2_da65_11d2_8a54_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID311c2ee2_da65_11d2_8a54_000000000000
static final int xxDummy
static final java.lang.String IID
IDatasetName getFeatureDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName featureDatasetName) throws java.io.IOException, AutomationException
featureDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCardinality(int cardinality) throws java.io.IOException, AutomationException
cardinality
- A com.esri.arcgis.geodatabase.esriRelCardinality constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNotification() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNotification(int notification) throws java.io.IOException, AutomationException
notification
- A com.esri.arcgis.geodatabase.esriRelNotification constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComposite() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsComposite(boolean isComposite) throws java.io.IOException, AutomationException
isComposite
- The isComposite (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAttributed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsAttributed(boolean isAttributed) throws java.io.IOException, AutomationException
isAttributed
- The isAttributed (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.