|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.WorkspaceProperty
public class WorkspaceProperty
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 =
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 |
---|
public WorkspaceProperty() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.Object getPropertyValue() throws java.io.IOException, AutomationException
getPropertyValue
in interface IWorkspaceProperty
java.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 IWorkspaceProperty
propertyValue
- 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 IWorkspaceProperty
java.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 IWorkspaceProperty
isReadOnly
- 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 IWorkspaceProperty
java.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 IWorkspaceProperty
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 |