public interface IUNCondition
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace condition.' 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 |
IIDaf69a1df_7ccf_4832_9717_5ff350b4475a |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name (e.g., network attribute name or category name).
|
int |
getOperator()
Returns the operator.
|
int |
getSchemaGeneration()
Returns schema generation.
|
int |
getType()
Returns the type.
|
java.lang.Object |
getValue()
Returns the value.
|
boolean |
isCombineUsingOr()
Returns combine using or.
|
boolean |
isSpecificValue()
Returns is specific value.
|
void |
setCombineUsingOr(boolean combineUsingOr)
Returns combine using or.
|
void |
setIsSpecificValue(boolean isSpecificValue)
Returns is specific value.
|
void |
setName(java.lang.String name)
Returns the name (e.g., network attribute name or category name).
|
void |
setOperator(int op)
Returns the operator.
|
void |
setSchemaGeneration(int generation)
Returns schema generation.
|
void |
setType(int type)
Returns the type.
|
void |
setValue(java.lang.Object value)
Returns the value.
|
static final int IIDaf69a1df_7ccf_4832_9717_5ff350b4475a
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriConditionType 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.boolean isCombineUsingOr()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCombineUsingOr(boolean combineUsingOr)
throws java.io.IOException,
AutomationException
combineUsingOr - The combineUsingOr (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isSpecificValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIsSpecificValue(boolean isSpecificValue)
throws java.io.IOException,
AutomationException
isSpecificValue - The isSpecificValue (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.