public class UNFunction extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNFunction
Description 'UN Function.' 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, IIDe59e9894_39bf_4dd1_aba2_afc596bb5f9a, xxDummy| Constructor and Description |
|---|
UNFunction()
Constructs a UNFunction using ArcGIS Engine.
|
UNFunction(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNFunction theUNFunction = (UNFunction) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
IArray |
getConditions()
Returns conditions.
|
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 |
getSchemaGeneration()
Returns the schema generation.
|
java.lang.String |
getSummaryAttributeName()
Returns the summary attribute name.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setConditionsByRef(IArray conditions)
Returns conditions.
|
void |
setFunctionType(int functionType)
Returns the function type.
|
void |
setNetworkAttributeName(java.lang.String networkAttributeName)
Returns the network attribute name.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setSummaryAttributeName(java.lang.String summaryAttributeName)
Returns the summary attribute name.
|
public UNFunction()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic UNFunction(java.lang.Object obj)
throws java.io.IOException
UNFunction theUNFunction = (UNFunction) obj;obj to UNFunction.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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic int getFunctionType()
throws java.io.IOException,
AutomationException
getFunctionType in interface IUNFunctionjava.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 IUNFunctionfunctionType - 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 IUNFunctionjava.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 IUNFunctionnetworkAttributeName - The networkAttributeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getConditions() throws java.io.IOException, AutomationException
getConditions in interface IUNFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setConditionsByRef(IArray conditions) throws java.io.IOException, AutomationException
setConditionsByRef in interface IUNFunctionconditions - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSummaryAttributeName()
throws java.io.IOException,
AutomationException
getSummaryAttributeName in interface IUNFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSummaryAttributeName(java.lang.String summaryAttributeName)
throws java.io.IOException,
AutomationException
setSummaryAttributeName in interface IUNFunctionsummaryAttributeName - The summaryAttributeName (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 IUNFunctionjava.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 IUNFunctiongeneration - The generation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.