public interface IWorkspaceProperty
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7771b899_02cd_46d1_aae1_5392b662c8d0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID7771b899_02cd_46d1_aae1_5392b662c8d0
static final int xxDummy
static final java.lang.String IID
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.