|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILibraryItem2
Provides methods and properties used by the TMS server during the storage and retrieval of configuration items within its configuration database.
The ILibraryItem2 interface supersedes ILibraryItem.
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 |
setID(String pVal)
ID value of library item. |
void |
setIDReadOnly(boolean rhs1)
Property Make ID Readonly. |
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.void setID(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIDReadOnly(boolean rhs1) throws IOException, AutomationException
This property makes ID read only.
rhs1
- The rhs1 (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 |