com.esri.arcgis.geodatabase
Interface IWorkspaceProperties2

All Superinterfaces:
IWorkspaceProperties, java.io.Serializable
All Known Implementing Classes:
IWorkspaceProperties2Proxy

public interface IWorkspaceProperties2
extends IWorkspaceProperties, java.io.Serializable

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

Description: 'Provides access to members that control the workspace 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6f249ded_59d3_423f_a850_5bc75066ae27
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceProperties
IID0f1b2257_e2d8_4046_b749_7ff1b058a943
 
Method Summary
 java.lang.String getCategoryPrefix()
          Information about this particular property.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceProperties
getProperty, setProperty
 

Field Detail

IID6f249ded_59d3_423f_a850_5bc75066ae27

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

getCategoryPrefix

java.lang.String getCategoryPrefix()
                                   throws java.io.IOException,
                                          AutomationException
Information about this particular property.

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