public class UNFunctionBarrier extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNFunctionBarrier
Description 'UN 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 =
IID, IID6508f3a6_f61c_4c9a_9bed_b24a1c730e83, xxDummy
Constructor and Description |
---|
UNFunctionBarrier()
Constructs a UNFunctionBarrier using ArcGIS Engine.
|
UNFunctionBarrier(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNFunctionBarrier theUNFunctionBarrier = (UNFunctionBarrier) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getFunctionType()
Returns the function type.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isUseLocalValues()
Returns use local values.
|
void |
release()
Release this COM object reference
|
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.
|
public UNFunctionBarrier() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic UNFunctionBarrier(java.lang.Object obj) throws java.io.IOException
UNFunctionBarrier theUNFunctionBarrier = (UNFunctionBarrier) obj;
obj
to UNFunctionBarrier
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
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.