|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IGPVersionInfoProxy
Description: 'Provides access to members that supply version information.' 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 =
public class IGPVersionInfoProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPVersionInfo |
---|
IID, IIDe349fcde_57e2_4fab_9094_7675d1add79d |
Constructor Summary | |
---|---|
|
IGPVersionInfoProxy()
Deprecated. For internal use only |
|
IGPVersionInfoProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPVersionInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPVersionInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPVersionInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getAccess()
Deprecated. The version's access permission. |
IStringArray |
getAncestorNames()
Deprecated. The names of the ancestor versions. |
IStringArray |
getChildrenNames()
Deprecated. The names of the child versions. |
java.lang.Object |
getCreated()
Deprecated. The date and time the version was created. |
java.lang.String |
getDescription()
Deprecated. The version's description. |
java.lang.Object |
getModified()
Deprecated. The date and time the version was last modified. |
java.lang.String |
getParentName()
Deprecated. The name of the parent version. |
java.lang.String |
getVersionName()
Deprecated. The version's name. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAccess(int access)
Deprecated. The version's access permission. |
void |
setAncestorNamesByRef(IStringArray names)
Deprecated. The names of the ancestor versions. |
void |
setChildrenNamesByRef(IStringArray names)
Deprecated. The names of the child versions. |
void |
setCreated(java.lang.Object date)
Deprecated. The date and time the version was created. |
void |
setDescription(java.lang.String description)
Deprecated. The version's description. |
void |
setModified(java.lang.Object date)
Deprecated. The date and time the version was last modified. |
void |
setParentName(java.lang.String name)
Deprecated. The name of the parent version. |
void |
setVersionName(java.lang.String name)
Deprecated. The version's name. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPVersionInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPVersionInfoProxy()
public IGPVersionInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPVersionInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPVersionInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getVersionName() throws java.io.IOException, AutomationException
getVersionName
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVersionName(java.lang.String name) throws java.io.IOException, AutomationException
setVersionName
in interface IGPVersionInfo
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
setDescription
in interface IGPVersionInfo
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAccess() throws java.io.IOException, AutomationException
getAccess
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAccess(int access) throws java.io.IOException, AutomationException
setAccess
in interface IGPVersionInfo
access
- A com.esri.arcgis.geodatabase.esriVersionAccess constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCreated() throws java.io.IOException, AutomationException
getCreated
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCreated(java.lang.Object date) throws java.io.IOException, AutomationException
setCreated
in interface IGPVersionInfo
date
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getModified() throws java.io.IOException, AutomationException
getModified
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setModified(java.lang.Object date) throws java.io.IOException, AutomationException
setModified
in interface IGPVersionInfo
date
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getParentName() throws java.io.IOException, AutomationException
getParentName
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentName(java.lang.String name) throws java.io.IOException, AutomationException
setParentName
in interface IGPVersionInfo
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getChildrenNames() throws java.io.IOException, AutomationException
getChildrenNames
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setChildrenNamesByRef(IStringArray names) throws java.io.IOException, AutomationException
setChildrenNamesByRef
in interface IGPVersionInfo
names
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getAncestorNames() throws java.io.IOException, AutomationException
getAncestorNames
in interface IGPVersionInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAncestorNamesByRef(IStringArray names) throws java.io.IOException, AutomationException
setAncestorNamesByRef
in interface IGPVersionInfo
names
- A reference to a com.esri.arcgis.system.IStringArray (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 |