public class IUNResultTypeProxy extends com.esri.arcgis.interop.Dispatch implements IUNResultType, java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID666a7884_b7e4_4b82_abe6_be36e7a5de51
Modifier | Constructor and Description |
---|---|
|
IUNResultTypeProxy()
For internal use only
|
|
IUNResultTypeProxy(java.lang.Object obj) |
protected |
IUNResultTypeProxy(java.lang.Object obj,
java.lang.String iid) |
|
IUNResultTypeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IUNResultTypeProxy(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.
|
java.lang.String |
getDiagramTemplateName()
Returns the diagram template name.
|
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.
|
boolean |
isIncludeDomainDescriptions()
Returns include domain descriptions
|
boolean |
isIncludeGeometry()
Returns include geometry.
|
boolean |
isIncludePropagatedValues()
Returns include propagated 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 |
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.
|
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 IUNResultTypeProxy(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 IUNResultTypeProxy()
public IUNResultTypeProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IUNResultTypeProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IUNResultTypeProxy(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 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.