|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ILibraryItem2Proxy
public class ILibraryItem2Proxy
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.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ILibraryItem2Proxy()
|
|
ILibraryItem2Proxy(Object obj)
|
protected |
ILibraryItem2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
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 boolean noncastable
Constructor Detail |
---|
public ILibraryItem2Proxy()
public ILibraryItem2Proxy(Object obj) throws IOException
IOException
protected ILibraryItem2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getCategory() throws IOException, AutomationException
getCategory
in interface ILibraryItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCategory(String pVal) throws IOException, AutomationException
setCategory
in interface ILibraryItem2
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getID() throws IOException, AutomationException
getID
in interface ILibraryItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface ILibraryItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String pVal) throws IOException, AutomationException
setName
in interface ILibraryItem2
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILibraryObject getParent() throws IOException, AutomationException
getParent
in interface ILibraryItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParent(ILibraryObject ppiVal) throws IOException, AutomationException
setParent
in interface ILibraryItem2
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.public ILibraryItem libClone() throws IOException, AutomationException
libClone
in interface ILibraryItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(String pVal) throws IOException, AutomationException
setID
in interface ILibraryItem2
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIDReadOnly(boolean rhs1) throws IOException, AutomationException
This property makes ID read only.
setIDReadOnly
in interface ILibraryItem2
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 |