|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 problems
public 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 problems| Method Detail |
|---|
public 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.RemoteObjRef
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||