|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPVersionInfo
COM Interface 'IGPVersionInfo'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe349fcde_57e2_4fab_9094_7675d1add79d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getAccess()
The version's access permission. |
IStringArray |
getAncestorNames()
The names of the ancestor versions. |
IStringArray |
getChildrenNames()
The names of the child versions. |
java.lang.Object |
getCreated()
The date and time the version was created. |
java.lang.String |
getDescription()
The version's description. |
java.lang.Object |
getModified()
The date and time the version was last modified. |
java.lang.String |
getParentName()
The name of the parent version. |
java.lang.String |
getVersionName()
The version's name. |
void |
setAccess(int access)
The version's access permission. |
void |
setAncestorNamesByRef(IStringArray names)
The names of the ancestor versions. |
void |
setChildrenNamesByRef(IStringArray names)
The names of the child versions. |
void |
setCreated(java.lang.Object date)
The date and time the version was created. |
void |
setDescription(java.lang.String description)
The version's description. |
void |
setModified(java.lang.Object date)
The date and time the version was last modified. |
void |
setParentName(java.lang.String name)
The name of the parent version. |
void |
setVersionName(java.lang.String name)
The version's name. |
Field Detail |
---|
static final int IIDe349fcde_57e2_4fab_9094_7675d1add79d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getVersionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersionName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAccess() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAccess(int access) throws java.io.IOException, AutomationException
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.java.lang.Object getCreated() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreated(java.lang.Object date) throws java.io.IOException, AutomationException
date
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getModified() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setModified(java.lang.Object date) throws java.io.IOException, AutomationException
date
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getParentName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getChildrenNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChildrenNamesByRef(IStringArray names) throws java.io.IOException, AutomationException
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.IStringArray getAncestorNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAncestorNamesByRef(IStringArray names) throws java.io.IOException, AutomationException
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 |