public interface IRelClassSchemaEdit
extends java.io.Serializable
Description: 'Provides access to members that modify a relationship class's properties.' 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 |
IIDbb7071f4_1678_4029_a358_14b5d33ad7cf |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
alterBackwardPathLabel(java.lang.String backwardLabel)
Changes the backward path label for this relationship class.
|
void |
alterForwardPathLabel(java.lang.String forwardLabel)
Changes the forward path label for this relationship class.
|
void |
alterIsComposite(boolean isComposite)
Changes the type of this relationship class.
|
static final int IIDbb7071f4_1678_4029_a358_14b5d33ad7cf
static final int xxDummy
static final java.lang.String IID
void alterForwardPathLabel(java.lang.String forwardLabel) throws java.io.IOException, AutomationException
forwardLabel
- The forwardLabel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterBackwardPathLabel(java.lang.String backwardLabel) throws java.io.IOException, AutomationException
backwardLabel
- The backwardLabel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterIsComposite(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.