com.esri.arcgis.datasourcesraster
Interface IItemPathsOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IItemPathsOptionsProxy, ItemPathsOptions

public interface IItemPathsOptions
extends java.io.Serializable

COM Interface 'IItemPathsOptions'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control item paths options.' 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 IID03ab09fc_cc80_4f8b_b09c_e0ac241e5912
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isBrokenPathsOnly()
          Indicates whether only broken paths are returned.
 boolean isFoldersOnly()
          Indicates whether only folder paths are returned.
 void setBrokenPathsOnly(boolean pbBrokenOnly)
          Indicates whether only broken paths are returned.
 void setFoldersOnly(boolean pbFoldersOnly)
          Indicates whether only folder paths are returned.
 

Field Detail

IID03ab09fc_cc80_4f8b_b09c_e0ac241e5912

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

setBrokenPathsOnly

void setBrokenPathsOnly(boolean pbBrokenOnly)
                        throws java.io.IOException,
                               AutomationException
Indicates whether only broken paths are returned.

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

isBrokenPathsOnly

boolean isBrokenPathsOnly()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether only broken paths are returned.

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

setFoldersOnly

void setFoldersOnly(boolean pbFoldersOnly)
                    throws java.io.IOException,
                           AutomationException
Indicates whether only folder paths are returned.

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

isFoldersOnly

boolean isFoldersOnly()
                      throws java.io.IOException,
                             AutomationException
Indicates whether only folder paths are returned.

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