public class WorkspaceProperty extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IWorkspaceProperty
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 =
IID, IID7771b899_02cd_46d1_aae1_5392b662c8d0, xxDummy| Constructor and Description |
|---|
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; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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 this COM object reference
|
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.
|
public WorkspaceProperty()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic WorkspaceProperty(java.lang.Object obj)
throws java.io.IOException
WorkspaceProperty theWorkspaceProperty = (WorkspaceProperty) obj;obj to WorkspaceProperty.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic java.lang.Object getPropertyValue()
throws java.io.IOException,
AutomationException
getPropertyValue in interface IWorkspacePropertyjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPropertyValue(java.lang.Object propertyValue)
throws java.io.IOException,
AutomationException
setPropertyValue in interface IWorkspacePropertypropertyValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isReadOnly()
throws java.io.IOException,
AutomationException
isReadOnly in interface IWorkspacePropertyjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsReadOnly(boolean isReadOnly)
throws java.io.IOException,
AutomationException
setIsReadOnly in interface IWorkspacePropertyisReadOnly - The isReadOnly (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSupported()
throws java.io.IOException,
AutomationException
isSupported in interface IWorkspacePropertyjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsSupported(boolean isSupported)
throws java.io.IOException,
AutomationException
setIsSupported in interface IWorkspacePropertyisSupported - The isSupported (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.