com.esri.arcgis.catalog
Interface IGxTaskServicesFolder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxTaskServicesFolder, IGxTaskServicesFolderProxy

public interface IGxTaskServicesFolder
extends java.io.Serializable

COM Interface 'IGxTaskServicesFolder'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manages the properties of a GxTaskServicesFolder.' 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 IIDcbe68e51_d134_4715_ad3f_c94c80b9ff30
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setName(java.lang.String rhs1)
          The folder name.
 

Field Detail

IIDcbe68e51_d134_4715_ad3f_c94c80b9ff30

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
The folder name.

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