public class UNResultTypeField extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNResultTypeField
Description 'UN Result Type Field.' 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, IIDa1e88259_1969_4ca4_b20a_27814fbc7f95, xxDummy| Constructor and Description |
|---|
UNResultTypeField()
Constructs a UNResultTypeField using ArcGIS Engine.
|
UNResultTypeField(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNResultTypeField theUNResultTypeField = (UNResultTypeField) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getFieldName()
Returns the field name.
|
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.
|
int |
getNetworkSourceID()
Returns the network source ID.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setFieldName(java.lang.String fieldName)
Returns the field name.
|
void |
setNetworkSourceID(int networkSourceID)
Returns the network source ID.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
public UNResultTypeField()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic UNResultTypeField(java.lang.Object obj)
throws java.io.IOException
UNResultTypeField theUNResultTypeField = (UNResultTypeField) obj;obj to UNResultTypeField.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 getNetworkSourceID()
throws java.io.IOException,
AutomationException
getNetworkSourceID in interface IUNResultTypeFieldjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNetworkSourceID(int networkSourceID)
throws java.io.IOException,
AutomationException
setNetworkSourceID in interface IUNResultTypeFieldnetworkSourceID - The networkSourceID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFieldName()
throws java.io.IOException,
AutomationException
getFieldName in interface IUNResultTypeFieldjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
setFieldName in interface IUNResultTypeFieldfieldName - The fieldName (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 IUNResultTypeFieldjava.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 IUNResultTypeFieldgeneration - The generation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.