|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILibraryItem
Provides access to methods and properties used by the TMS server during the storage and retrieval of configuration items within its configuration database.
The ILibraryItem interface has been superseded by ILibraryItem2.
Method Summary | |
---|---|
String |
getCategory()
Indicates category of library item. |
String |
getID()
ID value of library item. |
String |
getName()
Name of library item. |
ILibraryObject |
getParent()
Indicates parent of library item. |
ILibraryItem |
libClone()
Clone this object (library item). |
void |
setCategory(String pVal)
Indicates category of library item. |
void |
setName(String pVal)
Name of library item. |
void |
setParent(ILibraryObject ppiVal)
Indicates parent of library item. |
Method Detail |
---|
String getCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCategory(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILibraryObject getParent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParent(ILibraryObject ppiVal) throws IOException, AutomationException
ppiVal
- A reference to a com.esri.arcgis.trackinganalyst.ILibraryObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILibraryItem libClone() throws IOException, AutomationException
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 |