com.esri.arcgis.schematic
Interface ISchematicCollapseRelatedElementsRule

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicCollapseRelatedElementsRuleProxy, SchematicCollapseRelatedElementsRule

public interface ISchematicCollapseRelatedElementsRule
extends java.io.Serializable

COM Interface 'ISchematicCollapseRelatedElementsRule'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the Collapse Related Elements rule.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd28d3628_199e_4aaf_abac_f6e3ab5006dc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          Description of the Schematic Collapse Related Elements rule.
 java.lang.String getExtendedCriteriaName()
          Name of the extended criteria.
 java.lang.String getNodeClassName()
          Name of the schematic node element class related to the Schematic Collapse Related Elements rule; that is, name of the schematic node element class to collapse.
 java.lang.String getWhereClause()
          Where clause used on associated feature to filter the schematic elements to collapse.
 boolean isExtendedCriteriaUsed()
          Indicates if additional extended criteria is used.
 boolean isKeepVertices()
          Indicates if the Schematic Collapse Related Elements rule keeps the links vertices.
 void setDescription(java.lang.String description)
          Description of the Schematic Collapse Related Elements rule.
 void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
          Name of the extended criteria.
 void setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
          Indicates if additional extended criteria is used.
 void setKeepVertices(boolean keepVertices)
          Indicates if the Schematic Collapse Related Elements rule keeps the links vertices.
 void setNodeClassName(java.lang.String nodeClassName)
          Name of the schematic node element class related to the Schematic Collapse Related Elements rule; that is, name of the schematic node element class to collapse.
 void setWhereClause(java.lang.String whereClause)
          Where clause used on associated feature to filter the schematic elements to collapse.
 

Field Detail

IIDd28d3628_199e_4aaf_abac_f6e3ab5006dc

static final int IIDd28d3628_199e_4aaf_abac_f6e3ab5006dc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the Schematic Collapse Related Elements rule.

Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Description of the Schematic Collapse Related Elements rule.

Parameters:
description - The description (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNodeClassName

java.lang.String getNodeClassName()
                                  throws java.io.IOException,
                                         AutomationException
Name of the schematic node element class related to the Schematic Collapse Related Elements rule; that is, name of the schematic node element class to collapse.

Returns:
The nodeClassName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNodeClassName

void setNodeClassName(java.lang.String nodeClassName)
                      throws java.io.IOException,
                             AutomationException
Name of the schematic node element class related to the Schematic Collapse Related Elements rule; that is, name of the schematic node element class to collapse.

Parameters:
nodeClassName - The nodeClassName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isKeepVertices

boolean isKeepVertices()
                       throws java.io.IOException,
                              AutomationException
Indicates if the Schematic Collapse Related Elements rule keeps the links vertices.

Returns:
The keepVertices
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeepVertices

void setKeepVertices(boolean keepVertices)
                     throws java.io.IOException,
                            AutomationException
Indicates if the Schematic Collapse Related Elements rule keeps the links vertices.

Parameters:
keepVertices - The keepVertices (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Where clause used on associated feature to filter the schematic elements to collapse.

Returns:
The whereClause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhereClause

void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
Where clause used on associated feature to filter the schematic elements to collapse.

Parameters:
whereClause - The whereClause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExtendedCriteriaUsed

boolean isExtendedCriteriaUsed()
                               throws java.io.IOException,
                                      AutomationException
Indicates if additional extended criteria is used.

Returns:
The extendedCriteriaUsed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtendedCriteriaUsed

void setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
                             throws java.io.IOException,
                                    AutomationException
Indicates if additional extended criteria is used.

Parameters:
extendedCriteriaUsed - The extendedCriteriaUsed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtendedCriteriaName

java.lang.String getExtendedCriteriaName()
                                         throws java.io.IOException,
                                                AutomationException
Name of the extended criteria.

Returns:
The extendedCriteriaName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtendedCriteriaName

void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
                             throws java.io.IOException,
                                    AutomationException
Name of the extended criteria.

Parameters:
extendedCriteriaName - The extendedCriteriaName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.