|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceProperty
COM Interface 'IWorkspaceProperty'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that control the Workspace property object.' 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 |
IID7771b899_02cd_46d1_aae1_5392b662c8d0
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.Object |
getPropertyValue()
The value of this property. |
boolean |
isReadOnly()
Indicates if this property is read only. |
boolean |
isSupported()
Indicates if this property is supported. |
void |
setIsReadOnly(boolean isReadOnly)
Indicates if this property is read only. |
void |
setIsSupported(boolean isSupported)
Indicates if this property is supported. |
void |
setPropertyValue(java.lang.Object propertyValue)
The value of this property. |
Field Detail |
---|
static final int IID7771b899_02cd_46d1_aae1_5392b662c8d0
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.Object getPropertyValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertyValue(java.lang.Object propertyValue) throws java.io.IOException, AutomationException
propertyValue
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReadOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsReadOnly(boolean isReadOnly) throws java.io.IOException, AutomationException
isReadOnly
- The isReadOnly (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupported() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsSupported(boolean isSupported) throws java.io.IOException, AutomationException
isSupported
- The isSupported (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |