com.esri.arcgis.schematic
Interface ISchematicDatasetLock

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDatasetLockProxy, SchematicDataset

public interface ISchematicDatasetLock
extends java.io.Serializable

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

Description: 'Provides access to members that control the Schematic Dataset Lock status.' 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 IIDc29dcb51_cb90_4b31_ad50_703f8d89a58f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCurrentLock()
          Schematic Dataset Lock status.
 void setCurrentLock(java.lang.String lockInfo)
          Schematic Dataset Lock status.
 

Field Detail

IIDc29dcb51_cb90_4b31_ad50_703f8d89a58f

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

setCurrentLock

void setCurrentLock(java.lang.String lockInfo)
                    throws java.io.IOException,
                           AutomationException
Schematic Dataset Lock status.

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

getCurrentLock

java.lang.String getCurrentLock()
                                throws java.io.IOException,
                                       AutomationException
Schematic Dataset Lock status.

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