public interface INetworkFunctionEvaluator
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a function evaluator.' 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 |
IID6699c29b_86cc_4c25_b3dd_98959760477b |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFirstArgument()
The attribute name or constant value representing the first argument of the function.
|
java.lang.String |
getOperator()
The operator used in the function.
|
IEnumBSTR |
getOperators(int returnDataType)
Get the list of supported binary operator names.
|
java.lang.Object |
getSecondArgument()
The parameter name or constant value representing the second argument of the function.
|
void |
setFirstArgument(java.lang.Object arg1)
The attribute name or constant value representing the first argument of the function.
|
void |
setOperator(java.lang.String op)
The operator used in the function.
|
void |
setSecondArgument(java.lang.Object arg2)
The parameter name or constant value representing the second argument of the function.
|
static final int IID6699c29b_86cc_4c25_b3dd_98959760477b
static final int xxDummy
static final java.lang.String IID
void setFirstArgument(java.lang.Object arg1)
throws java.io.IOException,
AutomationException
arg1 - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getFirstArgument()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setOperator(java.lang.String op)
throws java.io.IOException,
AutomationException
op - The op (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getOperator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSecondArgument(java.lang.Object arg2)
throws java.io.IOException,
AutomationException
arg2 - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getSecondArgument()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IEnumBSTR getOperators(int returnDataType) throws java.io.IOException, AutomationException
returnDataType - A com.esri.arcgis.geodatabase.esriNetworkAttributeDataType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.