com.esri.arcgis.system
Interface esriFilePermission

All Superinterfaces:
java.io.Serializable

public interface esriFilePermission
extends java.io.Serializable

Constants from esriFilePermission' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Permission flags used by IFile.' 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 int esriReadOnly
          Read-only.
static int esriReadWrite
          Read/write.
 

Field Detail

esriReadOnly

static final int esriReadOnly
Read-only.

See Also:
Constant Field Values

esriReadWrite

static final int esriReadWrite
Read/write.

See Also:
Constant Field Values