com.esri.arcgis.geodatabase
Interface IWorkspaceName2

All Superinterfaces:
IWorkspaceName, java.io.Serializable
All Known Implementing Classes:
IWorkspaceName2Proxy, WorkspaceName

public interface IWorkspaceName2
extends IWorkspaceName, java.io.Serializable

COM Interface 'IWorkspaceName2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that supply workspace name information.' 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 IID05fc30e9_3007_11d4_8140_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceName
IIDfadd975c_e36f_11d1_aa81_00c04fa33a15
 
Method Summary
 java.lang.String getConnectionString()
          The connection properties of the WorkspaceName.
 void setConnectionString(java.lang.String connectionSting)
          The connection properties of the WorkspaceName.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceName
getBrowseName, getCategory, getConnectionProperties, getPathName, getType, getWorkspaceFactory, getWorkspaceFactoryProgID, setBrowseName, setConnectionProperties, setPathName, setWorkspaceFactoryProgID
 

Field Detail

IID05fc30e9_3007_11d4_8140_00c04f686238

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

getConnectionString

java.lang.String getConnectionString()
                                     throws java.io.IOException,
                                            AutomationException
The connection properties of the WorkspaceName.

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

setConnectionString

void setConnectionString(java.lang.String connectionSting)
                         throws java.io.IOException,
                                AutomationException
The connection properties of the WorkspaceName.

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