com.esri.arcgis.geodatabase
Interface IWorkspaceProperty

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWorkspacePropertyProxy, WorkspaceProperty

public interface IWorkspaceProperty
extends java.io.Serializable

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

IID7771b899_02cd_46d1_aae1_5392b662c8d0

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

getPropertyValue

java.lang.Object getPropertyValue()
                                  throws java.io.IOException,
                                         AutomationException
The value of this property.

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

setPropertyValue

void setPropertyValue(java.lang.Object propertyValue)
                      throws java.io.IOException,
                             AutomationException
The value of this property.

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

isReadOnly

boolean isReadOnly()
                   throws java.io.IOException,
                          AutomationException
Indicates if this property is read only.

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

setIsReadOnly

void setIsReadOnly(boolean isReadOnly)
                   throws java.io.IOException,
                          AutomationException
Indicates if this property is read only.

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

isSupported

boolean isSupported()
                    throws java.io.IOException,
                           AutomationException
Indicates if this property is supported.

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

setIsSupported

void setIsSupported(boolean isSupported)
                    throws java.io.IOException,
                           AutomationException
Indicates if this property is supported.

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