com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureNodeFlags

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureNodeFlagsProxy, SchematicInMemoryFeatureNode

public interface ISchematicInMemoryFeatureNodeFlags
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic in memory feature node flags.' 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 IID9ff6949e_9339_4626_891e_9d8161258f51
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isEndNode()
          Indicates whether or not the schematic in memory feature node is a end node.
 boolean isRootNode()
          Indicates whether or not the schematic in memory feature node is a root node.
 void setEndNode(boolean isEndNode)
          Indicates whether or not the schematic in memory feature node is a end node.
 void setRootNode(boolean isRootNode)
          Indicates whether or not the schematic in memory feature node is a root node.
 

Field Detail

IID9ff6949e_9339_4626_891e_9d8161258f51

static final int IID9ff6949e_9339_4626_891e_9d8161258f51
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

isRootNode

boolean isRootNode()
                   throws java.io.IOException,
                          AutomationException
Indicates whether or not the schematic in memory feature node is a root node.

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

setRootNode

void setRootNode(boolean isRootNode)
                 throws java.io.IOException,
                        AutomationException
Indicates whether or not the schematic in memory feature node is a root node.

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

isEndNode

boolean isEndNode()
                  throws java.io.IOException,
                         AutomationException
Indicates whether or not the schematic in memory feature node is a end node.

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

setEndNode

void setEndNode(boolean isEndNode)
                throws java.io.IOException,
                       AutomationException
Indicates whether or not the schematic in memory feature node is a end node.

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