public class UNPropagator extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNPropagator
Description 'UN Propagator.' 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, IID961866ea_5746_422f_b514_1c7ed61d02ed, xxDummy
Constructor and Description |
---|
UNPropagator()
Constructs a UNPropagator using ArcGIS Engine.
|
UNPropagator(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNPropagator theUNPropagator = (UNPropagator) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
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.
|
java.lang.String |
getPropagatedAttributeName()
Returns the propagated attribute name.
|
int |
getPropagatorFunctionType()
Returns the propagator function type.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
java.lang.String |
getSubstitutionAttributeName()
Returns the substitution attribute name.
|
java.lang.Object |
getValue()
Returns the value.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setNetworkAttributeName(java.lang.String networkAttributeName)
Returns the network attribute name.
|
void |
setOperator(int op)
Returns the operator.
|
void |
setPropagatedAttributeName(java.lang.String propagatedAttributeName)
Returns the propagated attribute name.
|
void |
setPropagatorFunctionType(int propagatorFunctionType)
Returns the propagator function type.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setSubstitutionAttributeName(java.lang.String substitutionAttributeName)
Returns the substitution attribute name.
|
void |
setValue(java.lang.Object value)
Returns the value.
|
public UNPropagator() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic UNPropagator(java.lang.Object obj) throws java.io.IOException
UNPropagator theUNPropagator = (UNPropagator) obj;
obj
to UNPropagator
.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 java.lang.String getNetworkAttributeName() throws java.io.IOException, AutomationException
getNetworkAttributeName
in interface IUNPropagator
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 IUNPropagator
networkAttributeName
- The networkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSubstitutionAttributeName() throws java.io.IOException, AutomationException
getSubstitutionAttributeName
in interface IUNPropagator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSubstitutionAttributeName(java.lang.String substitutionAttributeName) throws java.io.IOException, AutomationException
setSubstitutionAttributeName
in interface IUNPropagator
substitutionAttributeName
- The substitutionAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPropagatorFunctionType() throws java.io.IOException, AutomationException
getPropagatorFunctionType
in interface IUNPropagator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPropagatorFunctionType(int propagatorFunctionType) throws java.io.IOException, AutomationException
setPropagatorFunctionType
in interface IUNPropagator
propagatorFunctionType
- A com.esri.arcgis.geodatabase.esriTracePropagatorFunctionType constant (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 IUNPropagator
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 IUNPropagator
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 IUNPropagator
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 IUNPropagator
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPropagatedAttributeName() throws java.io.IOException, AutomationException
getPropagatedAttributeName
in interface IUNPropagator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPropagatedAttributeName(java.lang.String propagatedAttributeName) throws java.io.IOException, AutomationException
setPropagatedAttributeName
in interface IUNPropagator
propagatedAttributeName
- The propagatedAttributeName (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 IUNPropagator
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 IUNPropagator
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.