|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPVersionInfo
Provides access to members that supply version information.
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. |
Object |
getCreated()
The date and time the version was created. |
String |
getDescription()
The version's description. |
Object |
getModified()
The date and time the version was last modified. |
String |
getParentName()
The name of the parent version. |
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(Object date)
The date and time the version was created. |
void |
setDescription(String description)
The version's description. |
void |
setModified(Object date)
The date and time the version was last modified. |
void |
setParentName(String name)
The name of the parent version. |
void |
setVersionName(String name)
The version's name. |
Method Detail |
---|
String getVersionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersionName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String description) throws IOException, AutomationException
description
- The description (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAccess() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAccess(int access) throws IOException, AutomationException
access
- A com.esri.arcgis.geodatabase.esriVersionAccess constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getCreated() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreated(Object date) throws IOException, AutomationException
date
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getModified() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setModified(Object date) throws IOException, AutomationException
date
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getParentName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getChildrenNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChildrenNamesByRef(IStringArray names) throws IOException, AutomationException
names
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getAncestorNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAncestorNamesByRef(IStringArray names) throws IOException, AutomationException
names
- A reference to a com.esri.arcgis.system.IStringArray (in)
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 |