public interface IUNFunctionBarrier
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace function barrier.' 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 |
IID6508f3a6_f61c_4c9a_9bed_b24a1c730e83 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFunctionType()
Returns the function type.
|
java.lang.String |
getNetworkAttributeName()
Returns the network attribute name.
|
int |
getOperator()
Returns the operator.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
java.lang.Object |
getValue()
Returns the value.
|
boolean |
isUseLocalValues()
Returns use local values.
|
void |
setFunctionType(int functionType)
Returns the function type.
|
void |
setNetworkAttributeName(java.lang.String networkAttributeName)
Returns the network attribute name.
|
void |
setOperator(int op)
Returns the operator.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setUseLocalValues(boolean useLocalValues)
Returns use local values.
|
void |
setValue(java.lang.Object value)
Returns the value.
|
static final int IID6508f3a6_f61c_4c9a_9bed_b24a1c730e83
static final int xxDummy
static final java.lang.String IID
int getFunctionType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFunctionType(int functionType)
throws java.io.IOException,
AutomationException
functionType - A com.esri.arcgis.geodatabase.esriTraceFunctionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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.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.boolean isUseLocalValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUseLocalValues(boolean useLocalValues)
throws java.io.IOException,
AutomationException
useLocalValues - The useLocalValues (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.