public interface INetworkFieldEvaluator
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a network attribute evaluator whose values are derived from object field attributes.' 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 |
IID6337ab0f_7a5e_4de6_bb75_492b407146ff |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Sets the VBScript calculator expression for this network evaluator.
|
java.lang.String |
getExpressionPreLogic()
Sets the pre-logic used to derive the values for this network evaluator.
|
java.lang.String |
getLanguage()
Sets the script language
|
void |
setExpression(java.lang.String expression)
Sets the VBScript calculator expression for this network evaluator.
|
void |
setExpressionPreLogic(java.lang.String preLogic)
Sets the pre-logic used to derive the values for this network evaluator.
|
void |
setLanguage(java.lang.String language)
Sets the script language
|
static final int IID6337ab0f_7a5e_4de6_bb75_492b407146ff
static final int xxDummy
static final java.lang.String IID
void setExpression(java.lang.String expression)
throws java.io.IOException,
AutomationException
expression - The expression (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getExpression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setExpressionPreLogic(java.lang.String preLogic)
throws java.io.IOException,
AutomationException
preLogic - The preLogic (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getExpressionPreLogic()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLanguage(java.lang.String language)
throws java.io.IOException,
AutomationException
language - The language (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getLanguage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.