com.esri.arcgis.geodatabase
Class WorkspaceProperty

java.lang.Object
  extended by com.esri.arcgis.geodatabase.WorkspaceProperty
All Implemented Interfaces:
IWorkspaceProperty, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class WorkspaceProperty
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IWorkspaceProperty

COM Class 'WorkspaceProperty'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description '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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceProperty
IID, IID7771b899_02cd_46d1_aae1_5392b662c8d0, xxDummy
 
Constructor Summary
WorkspaceProperty()
          Constructs a WorkspaceProperty using ArcGIS Engine.
WorkspaceProperty(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
WorkspaceProperty theWorkspaceProperty = (WorkspaceProperty) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.Object getPropertyValue()
          The value of this property.
 int hashCode()
          the hashcode for this object
 boolean isReadOnly()
          Indicates if this property is read only.
 boolean isSupported()
          Indicates if this property is supported.
 void release()
          Release a WorkspaceProperty.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceProperty

public WorkspaceProperty()
                  throws java.io.IOException,
                         java.net.UnknownHostException
Constructs a WorkspaceProperty using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

WorkspaceProperty

public WorkspaceProperty(java.lang.Object obj)
                  throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
WorkspaceProperty theWorkspaceProperty = (WorkspaceProperty) obj;

Construct a WorkspaceProperty using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to WorkspaceProperty.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a WorkspaceProperty.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getPropertyValue

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

Specified by:
getPropertyValue in interface IWorkspaceProperty
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValue

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

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

isReadOnly

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

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

setIsReadOnly

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

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

isSupported

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

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

setIsSupported

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

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