public interface IUNResultType
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace result type.' 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 |
IID666a7884_b7e4_4b82_abe6_be36e7a5de51 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDiagramTemplateName()
Returns the diagram template name.
|
IStringArray |
getNetworkAttributeNames()
Returns the network attribute names.
|
IArray |
getResultTypeFields()
Returns the result type fields.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
getType()
Returns the type.
|
boolean |
isIncludeDomainDescriptions()
Returns include domain descriptions
|
boolean |
isIncludeGeometry()
Returns include geometry.
|
boolean |
isIncludePropagatedValues()
Returns include propagated values.
|
void |
setDiagramTemplateName(java.lang.String diagramTemplateName)
Returns the diagram template name.
|
void |
setIncludeDomainDescriptions(boolean includeDomainDescriptions)
Returns include domain descriptions
|
void |
setIncludeGeometry(boolean includeGeometry)
Returns include geometry.
|
void |
setIncludePropagatedValues(boolean includePropagatedValues)
Returns include propagated values.
|
void |
setNetworkAttributeNamesByRef(IStringArray networkAttributeNames)
Returns the network attribute names.
|
void |
setResultTypeFieldsByRef(IArray resultTypeFields)
Returns the result type fields.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setType(int type)
Returns the type.
|
static final int IID666a7884_b7e4_4b82_abe6_be36e7a5de51
static final int xxDummy
static final java.lang.String IID
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.esriUtilityNetworkTraceResultType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIncludeGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeGeometry(boolean includeGeometry) throws java.io.IOException, AutomationException
includeGeometry
- The includeGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIncludePropagatedValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludePropagatedValues(boolean includePropagatedValues) throws java.io.IOException, AutomationException
includePropagatedValues
- The includePropagatedValues (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getNetworkAttributeNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNetworkAttributeNamesByRef(IStringArray networkAttributeNames) throws java.io.IOException, AutomationException
networkAttributeNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDiagramTemplateName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDiagramTemplateName(java.lang.String diagramTemplateName) throws java.io.IOException, AutomationException
diagramTemplateName
- The diagramTemplateName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getResultTypeFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResultTypeFieldsByRef(IArray resultTypeFields) throws java.io.IOException, AutomationException
resultTypeFields
- A reference to a com.esri.arcgis.system.IArray (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.boolean isIncludeDomainDescriptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeDomainDescriptions(boolean includeDomainDescriptions) throws java.io.IOException, AutomationException
includeDomainDescriptions
- The includeDomainDescriptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.