public interface IUNPropagator
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID961866ea_5746_422f_b514_1c7ed61d02ed |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
static final int IID961866ea_5746_422f_b514_1c7ed61d02ed
static final int xxDummy
static final java.lang.String IID
java.lang.String getNetworkAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNetworkAttributeName(java.lang.String networkAttributeName) throws java.io.IOException, AutomationException
networkAttributeName
- The networkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubstitutionAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubstitutionAttributeName(java.lang.String substitutionAttributeName) throws java.io.IOException, AutomationException
substitutionAttributeName
- The substitutionAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPropagatorFunctionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropagatorFunctionType(int propagatorFunctionType) throws java.io.IOException, AutomationException
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.int getOperator() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOperator(int op) throws java.io.IOException, AutomationException
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.java.lang.Object getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValue(java.lang.Object value) throws java.io.IOException, AutomationException
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPropagatedAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropagatedAttributeName(java.lang.String propagatedAttributeName) throws java.io.IOException, AutomationException
propagatedAttributeName
- The propagatedAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSchemaGeneration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSchemaGeneration(int generation) throws java.io.IOException, AutomationException
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.