public class UNResultType extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNResultType
Description 'UN Result Type.' 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, IID666a7884_b7e4_4b82_abe6_be36e7a5de51, xxDummy
Constructor and Description |
---|
UNResultType()
Constructs a UNResultType using ArcGIS Engine.
|
UNResultType(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNResultType theUNResultType = (UNResultType) 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 |
getDiagramTemplateName()
Returns the diagram template 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.
|
IStringArray |
getNetworkAttributeNames()
Returns the network attribute names.
|
IArray |
getResultTypeFields()
Returns the result type fields.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
getType()
Returns the type.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isIncludeDomainDescriptions()
Returns include domain descriptions
|
boolean |
isIncludeGeometry()
Returns include geometry.
|
boolean |
isIncludePropagatedValues()
Returns include propagated values.
|
void |
release()
Release this COM object reference
|
void |
setDiagramTemplateName(java.lang.String diagramTemplateName)
Returns the diagram template name.
|
void |
setIncludeDomainDescriptions(boolean includeDomainDescriptions)
Returns include domain descriptions
|
void |
setIncludeGeometry(boolean includeGeometry)
Returns include geometry.
|
void |
setIncludePropagatedValues(boolean includePropagatedValues)
Returns include propagated values.
|
void |
setNetworkAttributeNamesByRef(IStringArray networkAttributeNames)
Returns the network attribute names.
|
void |
setResultTypeFieldsByRef(IArray resultTypeFields)
Returns the result type fields.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setType(int type)
Returns the type.
|
public UNResultType() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic UNResultType(java.lang.Object obj) throws java.io.IOException
UNResultType theUNResultType = (UNResultType) obj;
obj
to UNResultType
.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 getType() throws java.io.IOException, AutomationException
getType
in interface IUNResultType
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setType(int type) throws java.io.IOException, AutomationException
setType
in interface IUNResultType
type
- A com.esri.arcgis.geodatabase.esriUtilityNetworkTraceResultType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIncludeGeometry() throws java.io.IOException, AutomationException
isIncludeGeometry
in interface IUNResultType
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIncludeGeometry(boolean includeGeometry) throws java.io.IOException, AutomationException
setIncludeGeometry
in interface IUNResultType
includeGeometry
- The includeGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIncludePropagatedValues() throws java.io.IOException, AutomationException
isIncludePropagatedValues
in interface IUNResultType
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIncludePropagatedValues(boolean includePropagatedValues) throws java.io.IOException, AutomationException
setIncludePropagatedValues
in interface IUNResultType
includePropagatedValues
- The includePropagatedValues (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getNetworkAttributeNames() throws java.io.IOException, AutomationException
getNetworkAttributeNames
in interface IUNResultType
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNetworkAttributeNamesByRef(IStringArray networkAttributeNames) throws java.io.IOException, AutomationException
setNetworkAttributeNamesByRef
in interface IUNResultType
networkAttributeNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDiagramTemplateName() throws java.io.IOException, AutomationException
getDiagramTemplateName
in interface IUNResultType
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDiagramTemplateName(java.lang.String diagramTemplateName) throws java.io.IOException, AutomationException
setDiagramTemplateName
in interface IUNResultType
diagramTemplateName
- The diagramTemplateName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getResultTypeFields() throws java.io.IOException, AutomationException
getResultTypeFields
in interface IUNResultType
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResultTypeFieldsByRef(IArray resultTypeFields) throws java.io.IOException, AutomationException
setResultTypeFieldsByRef
in interface IUNResultType
resultTypeFields
- 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 int getSchemaGeneration() throws java.io.IOException, AutomationException
getSchemaGeneration
in interface IUNResultType
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 IUNResultType
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIncludeDomainDescriptions() throws java.io.IOException, AutomationException
isIncludeDomainDescriptions
in interface IUNResultType
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIncludeDomainDescriptions(boolean includeDomainDescriptions) throws java.io.IOException, AutomationException
setIncludeDomainDescriptions
in interface IUNResultType
includeDomainDescriptions
- The includeDomainDescriptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.