public class IUNFunctionBarrierProxy extends com.esri.arcgis.interop.Dispatch implements IUNFunctionBarrier, java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace function barrier.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID6508f3a6_f61c_4c9a_9bed_b24a1c730e83
Modifier | Constructor and Description |
---|---|
|
IUNFunctionBarrierProxy()
For internal use only
|
|
IUNFunctionBarrierProxy(java.lang.Object obj) |
protected |
IUNFunctionBarrierProxy(java.lang.Object obj,
java.lang.String iid) |
|
IUNFunctionBarrierProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IUNFunctionBarrierProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
getFunctionType()
Returns the function type.
|
java.lang.String |
getNetworkAttributeName()
Returns the network attribute name.
|
int |
getOperator()
Returns the operator.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
java.lang.Object |
getValue()
Returns the value.
|
boolean |
isUseLocalValues()
Returns use local values.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setFunctionType(int functionType)
Returns the function type.
|
void |
setNetworkAttributeName(java.lang.String networkAttributeName)
Returns the network attribute name.
|
void |
setOperator(int op)
Returns the operator.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setUseLocalValues(boolean useLocalValues)
Returns use local values.
|
void |
setValue(java.lang.Object value)
Returns the value.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IUNFunctionBarrierProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IUNFunctionBarrierProxy()
public IUNFunctionBarrierProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IUNFunctionBarrierProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IUNFunctionBarrierProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getFunctionType() throws java.io.IOException, AutomationException
getFunctionType
in interface IUNFunctionBarrier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFunctionType(int functionType) throws java.io.IOException, AutomationException
setFunctionType
in interface IUNFunctionBarrier
functionType
- A com.esri.arcgis.geodatabase.esriTraceFunctionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNetworkAttributeName() throws java.io.IOException, AutomationException
getNetworkAttributeName
in interface IUNFunctionBarrier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNetworkAttributeName(java.lang.String networkAttributeName) throws java.io.IOException, AutomationException
setNetworkAttributeName
in interface IUNFunctionBarrier
networkAttributeName
- The networkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getOperator() throws java.io.IOException, AutomationException
getOperator
in interface IUNFunctionBarrier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOperator(int op) throws java.io.IOException, AutomationException
setOperator
in interface IUNFunctionBarrier
op
- A com.esri.arcgis.geodatabase.esriTraceOperator constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getValue() throws java.io.IOException, AutomationException
getValue
in interface IUNFunctionBarrier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setValue(java.lang.Object value) throws java.io.IOException, AutomationException
setValue
in interface IUNFunctionBarrier
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUseLocalValues() throws java.io.IOException, AutomationException
isUseLocalValues
in interface IUNFunctionBarrier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUseLocalValues(boolean useLocalValues) throws java.io.IOException, AutomationException
setUseLocalValues
in interface IUNFunctionBarrier
useLocalValues
- The useLocalValues (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSchemaGeneration() throws java.io.IOException, AutomationException
getSchemaGeneration
in interface IUNFunctionBarrier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSchemaGeneration(int generation) throws java.io.IOException, AutomationException
setSchemaGeneration
in interface IUNFunctionBarrier
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.